* Doug Foskey <[EMAIL PROTECTED]> [2002-10-09 12:04]: > Newbie Q: How do I mount an image file so I can access the files? (ie I want > to mount '/~.../crap.img' to '/mnt/img1' )
mount -o loop /~.../crap.img /mnt/img1 > Also if I wish to do this frequently can I add it to /etc/fstab? I'm not sure, but it might work if you put 'loop' in the options field - this is the fourth field. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
