Guess what? Yep, another bash utility. "loopimg"
It loops up and mounts disk image files on /mnt. When you're done you disconnect it with "unloop"
Code: Select all
usage:
$ loopimg sdX.img (it will mount all partitions in /mnt)
$ loopimg sdX1.img (mount an image with a simgle partition)
(both commands will report the base loop device number)
$ unloop <loop number> (ie: '6')
'unloop' is a symlink to 'loopimg'
Put both in your /MyApplications/bin and you are good to go