Use of Mount Floppy and Mount CDROM functions

Michael Klein el.micha.klein at gmx.net
Fri Mar 15 00:48:14 CET 2002


Edscott Wilson García wrote:
> It should work. At least it does with redhat boxes.
> $ ls -l /dev/fd0
> brw-rw----    1 edscott  floppy     2,   0 Dec 28 10:34 /dev/fd0
> 
> And when I log out it goes back to root. I suppose it has to do with the "b" 
> in the mode. 
> 
> Sorry I don't know much more about how it works.
Hi !
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 

can be mounted by a user. If it´s omitted, a non-root-mount is not 
allowed...
Bye,
       Micha




More information about the Xfce mailing list