In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Adam Klein) writes: > The problem with that is that you can only specify one filesystem type. > I've got this problem two. Is there a solution?
How about two seperate lines in your /etc/fstab ?????????????????????? <fs> <mount point> <type> <options> <dump> <pass> /dev/cdrom /cdrom iso9660 ro,user,unhide,noauto 0 0 /dev/fd0 /floppy ext2 rw,user,noauto 0 0 See what groups these devices belong to (in my case): $ ls -l /dev/fd0 /dev/cdrom lrwxrwxrwx 1 root cdrom 8 Oct 2 16:25 /dev/cdrom -> /dev/hdc brw-rw---- 1 root floppy 2, 0 Sep 25 19:34 /dev/fd0 $ Add the users for each device to the appropriate groups... -- _ _ Steve Kostecke | (_)_ __ _ ___ __ [EMAIL PROTECTED] | | | '_ \| | | \ \/ / http://kostecke.home.ml.org | | | | | | |_| |> < |_|_|_| |_|\__,_/_/\_\ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .