Use of Mount Floppy and Mount CDROM functions
Ken Moffat
kmoffat at drizzle.com
Sun Mar 17 04:56:13 CET 2002
On Sat, 16 Mar 2002 21:48:56 -0500
Fernando y Yohara <fvillalo at sinfo.net> wrote:
> Where did you get that user parameter from? I read the man page for
> fstab and there is no mentioning of it. I am using NetBSD.
>
>
>
> Michael Klein wrote:
> >
> > The "b" only means that it´s a block (special) device, e.g 2/0
> > Put something like:
> >
> > /dev/fd0 /mnt/floppy auto
> > user,sync,noauto,nosuid,exec,nodev,unhide 0 0
> >
> > in your /etc/fstab.
> > The parameter "user" is important. It tells linux that the
> > floppy-device
Here's mine:
/dev/fd0 /mnt/floppy vfat defaults,rw,user,noauto 0 0
from man fstab:
Common for all types of file system are the options ``noauto'' (do
not mount when "mount -a" is given, e.g., at boot time),
``user'' (allow a user to mount), ``owner'' (allow device owner to
mount), and ``_netdev'' (device requires network to be
available). The ``owner'' and ``_netdev'' options are Linux-specific.
For more details, see mount(8).
--
Ken Moffat
kmoffat at _NO_SPAM_drizzle.com
(remove _NO_SPAM_)!
More information about the Xfce
mailing list