Re: allow mount to normal use

1997-12-02 Thread Carey Evans
"Orn E. Hansen" <[EMAIL PROTECTED]> writes: > it is often convenient to make a link from /dev/cdrom to whatever > device your CD-ROM is on. Thus, if you add devices, or change your > configuration, you only have to change one link, instead of every > program that uses the CD-ROM ;-) But unfort

RE: allow mount to normal use

1997-12-01 Thread Orn E. Hansen
Bill Leach writes: > The simplest and most direct solution is to add "users" to the list of > options for each filesystem that you want your users to be able to mount > (in /etc/fstab). > So, your cdrom entry might look something like: > /dev/hdd/cdrom iso9660 noauto

RE: allow mount to normal use

1997-11-30 Thread Bill Leach
The simplest and most direct solution is to add "users" to the list of options for each filesystem that you want your users to be able to mount (in /etc/fstab). So, your cdrom entry might look something like: /dev/hdd/cdrom iso9660 noauto,users 00 best, -bill > i