Comment 7 for bug 593140

Revision history for this message
DAP (akadap) wrote :

Yes this problem still exists in 13.04.
It is an internal floppy.

I have been using the following work around:

comment out floppy line in /etc/fstab
sudo mount -t vfat /dev/fd0 /media/floppy0
read/write floppy as needed
before removing floppy:
sudo umount /media/floppy0