> mount -o loop /~.../crap.img /mnt/img1
Does the loopback driver allow writing? If so, and you don't want to write, use the readonly (ro) option too: mount -o loop,ro /~.../crap.img /mnt/img1 Probably a lot faster, too, since it won't update access times. Regards, Matt -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
