On Wed, Oct 09, 2002 at 03:00:52PM +1000, Matthew Hannigan wrote: > > > mount -o loop /~.../crap.img /mnt/img1 > > Does the loopback driver allow writing?
It does, but only if the fileystem type supports writing. (e.g iso9660 will be read only, but a ext2 image will be writable) -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
