[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: allow mount to normal user



In article <[🔎] 19971201101403.56342@parsley>,
	aklein@eskimo.com (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                        | (_)_ __  _   ___  __
steve@kostecke.net                    | | | '_ \| | | \ \/ /
http://kostecke.home.ml.org           | | | | | | |_| |>  < 
                                      |_|_|_| |_|\__,_/_/\_\


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: