Howard Lowndes wrote: > I have a disk image of a CompactFlash disk as a file on a PC. The > image was created by using dd. > > I know that the image has a partition table, a Linux (83) partition > and a Linux Swap (82) partition. The Linux partition is formatted ext2. > > I want to be able to mount the Linux partition rw somewhere onto the > PC's file system so that I can work on it using an editor. > > Any HOWTOs?... > How does something like
sh $ sudo mount -t ext2 -o loop -o offset=32256 ./CFDisk.img /mountpoint go? -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
