On 19 Sep 2006, Ben Buxton <[EMAIL PROTECTED]> wrote: > OK, so the interesting filesystem starts at the beginning. > > Next step, hunt for the ext2 magic number, using our friend hexdump and > less: > > # hexdump disk.img|less > [lots of hex]
Reading pages of hex can be very educational, but if you just want to mount the thing I suggest you use gpart instead, which automates this very well. -- Martin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
