Re: Still problems mounting cdroms and floppies

2001-04-02 Thread Karsten M. Self
on Mon, Apr 02, 2001 at 10:25:13AM -0700, Pad Bambury ([EMAIL PROTECTED]) wrote: > Hey all, > Thanks for the advice but still getting the same > messages. Here's the fstab file, if anyone can see > any problems and suggest solutions that would be > great. > > # /etc/fstab: static file system info

Re: Still problems mounting cdroms and floppies

2001-04-02 Thread Robert Voigt
Next time don't change the subject of your email if you talk about the same thing. It makes it harder to associate emails. > /dev/hdc /cdrom iso9660 noauto,users 0 2 I have /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0 here. I think this is better. defaults and ro belong here. Check

Still problems mounting cdroms and floppies

2001-04-02 Thread Pad Bambury
Hey all, Thanks for the advice but still getting the same messages. Here's the fstab file, if anyone can see any problems and suggest solutions that would be great. # /etc/fstab: static file system information. # # /dev/hda2 / ext2 defaults,errors=remount-ro 0 1 /de

Re: mounting cdroms

2000-06-13 Thread Christophe TROESTLER
On Sat, 03 Jun 2000, Daniel Burrows <[EMAIL PROTECTED]> wrote: > > How do I give normal users permissions to mount cd-roms? Do I add them > to a group?? Which one? Please 'CC' me in a reply. man fstab /user My /etc/fstab line: /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto

Re: mounting cdroms

2000-06-03 Thread mcclosk
|> How do I give normal users permissions to mount cd-roms? Do I add |> them to a group?? Which one? Please 'CC' me in a reply. If you put this line in /etc/fstab: /dev/hda/cdrom iso9660 ro,user,noauto,unhide then any user should be able to mount a cdrom file-system at /cdrom, with eithe

mounting cdroms

2000-06-03 Thread Daniel Burrows
How do I give normal users permissions to mount cd-roms? Do I add them to a group?? Which one? Please 'CC' me in a reply. Thanks very much.