Roman Savochenko via tde-users wrote:
Access is controlled by udisks or from /etc/fstab! :)
And udisks directly mounts floppy only in RO.
And when you write a record about floppy in /etc/fstab, TDE uses direct mounting by call mount for it, and that is wrong work also for userspace.
Then I just disabled the direct mounting at a record in /etc/fstab, so TDE is using udisks for that and udisks reads /etc/fstab and mounts RW in userspace correctly in this way.
According documentation https://wiki.debian.org/Floppy
you should create /mnt/floppy, give user the permissions and add user to floppy group, then adjust fstab /dev/fd0 /media/floppy auto rw,user,noauto,exec,gid=floppy,umask=007 0 0
I don't have floppy anymore, but last time I checked it was working just fine (also in TDE)
BR