|
Mount floppy as normal user
This my /etc/fstab file :
...................
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
...................
With this setting, when I want to mount with right click, disk---> floppy ( Yes, I use Gnome desktop ), I got this error:
mount: only root can mount /dev/fd0 on /mnt/floppy
Unfortunatelly when I search this forum, nothing give me hint about accessing floppy as normal user not with command line. Yeah, you can search and find a lot about accessing cdrom as normal user not with command line. So... any idea, guyz?
This is my /etc/group file :
..........................
wheel::10:root
floppy::11:root,knight
mail::12:mail
...........................
knight is my user id.
Thank you.
|