Comment 1 for bug 751531

Revision history for this message
Loïc Minier (lool) wrote :

This is a shell script I use which will loop-mount an image or device (e.g. MMC) and either run a command a command in it or spawn your default shell. I use it like this:
loop-mnt-do -o $((106496*512)) panda.img

(106496 is the start sector of the second partition as returned by "file panda.img")