Bugzilla – Bug 130271
Write access to vfat floppy in /media/floppy impossible
Last modified: 2006-01-30 14:17:35 UTC
When accessing /media/floppy (mounted as "/dev/fd0 on /media/floppy type subfs (rw,nosuid,nodev,fs=floppyfss,procuid,sync)" write access is close to impossible. The drive is accessed but writing even small files takes an eternity. Probably this bug is related to 105871 where I found the solution. The trouble is the sync option for vfat filesystems. When I simply remove the sync-option in /etc/fstab for the /dev/fd0 mount entry like given above) umount /media/floppy and remount it, then it works. Rainer
Let's fix this with an update. swamp id is: Maintenance-Tracker-3018
submited new package to STABLE/factory and for a YOU update for 10.0
Sorry, but I did not understand how this bug was fixed or, at least, a paliative solution was given. I changed the fstab line for /dev/fd0 deleting the sync option. But this only enhanced the writing speed after remounting the device manually during that session. In a new session, the problem returned, despite the change in fstab. So, I can only write in acceptable speeds after remounting floppy manually in each session. In addition, as discussed in 105871, removing the sync option may cause loss of data during write process, is it right?
As you can read from comment #2 and #3 there is a upcomming YOU update.
released