Okay, I know the floppy drive is all but dead with the advent of removable usb storage and cheap cd/dvd burners, but they are included in the base system so you'd think one would be able to get them to work.
First let me start of with:
sysctl vfs.usermount=1 has been set (was set by default)
/dev/fd0 /media msdosfs rw,noauto 0 0 has been added to /etc/fstab
perm /dev/fd0 0666 has been added to /etc/devfs.conf
user is in both the wheel & operator groups
However both dolphin and command line attempts as user to mount drive return:
|
Code:
|
mount_msdosfs: /dev/fd0: Operation not permitted. |
Yet if I
su to root I can mount the drive on the command line without a problem. I have also tried different mount points in /etc/fstab, ie: /mnt and creating /floppy without any luck.
Anyone have any ideas?