Peter Frouman wrote:
> On Mon, 14 Sep 1998, Justin Georgeson wrote:
>
> > This is the coresponding entry in my /etc/fstab file:
> >
> > /dev/cdrom /mnt/cdrom iso9660 noauto,ro,users
> I think this should be 'user' instead of 'users'
that fixed it, thanx.
--
___
The problem is not the permissions on the cdrom device .. but on the mount
command.
# ls -lad /bin/mount
-rwsr-xr-x 1 root root35876 May 1 01:26 /bin/mount*
Built into the mount command are some safety checks to make sure normal users
can't use it for 'bad things' ... you have a
On Mon, 14 Sep 1998, Justin Georgeson wrote:
> This is the coresponding entry in my /etc/fstab file:
>
> /dev/cdrom /mnt/cdrom iso9660 noauto,ro,users
I think this should be 'user' instead of 'users'
The 'user' option works for me but I've discovered that unless I use