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?...


Because it's a 'dd' format you should be able to mount with '-loop' option.
So, check '-loop'  in

$man mount

O Plameras
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to