On Wed, Nov 29, 2006 at 01:18:41PM +1100, Leslie Katz wrote: > mount -o loop /home/leslie/Desktop/sdb.img /mnt/directory > mount: you must specify the filesystem type
The file system probably starts after the partition table in your dump of the disk. Try mounting it with an one block offset, e.g. mount -o loop,offset=512 ... -i -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
