I have installed Linux Red-Had 6.1 with daemon autofs v3.1.3-9 for
automount floppy drives.
/dev/fd0 is my floppy drive.
I have created to following files:
"/etc/auto.master" file look like
/mnt/floppy /etc/auto.floppy --timeout 1
"/etc/auto.floppy" file look like
floppy -fstype=msdos,defaults,user,suid :/dev/fd0
I have created the links to the floppy drive on /home/oper
ln -s /mnt/floppy/floppy a:
ln -s /mnt/floppy/floppy floppy
Both link with are users oper
Lets restart autofs
/etc/rc.d/init.d/autofs restart
I have added the users oper to the floppy group
If you are root, you can read and write on the floppy but if you are the
user oper you only read to floppy. When you write on the floppy give the
error: "Permittion denied".
Why did a normal users cannot write on the floppy?