What do I have to change to get this working?I have seen the advices you received, and have another solution:
$ mount -t iso9660 -o ro,loop=/dev/loop0 bootcd.iso mnt/ mount: only root can do that
Thanks.
just add a line to /etc/fstab and put "user" option to options column
The complete line can look like this:
path_to/bootcd.iso /mnt iso9660 noauto,user,loop 0 0
and any user can mount it, there is no need to be root :-)
noro
-- [EMAIL PROTECTED] mailing list
