Comment 55 for bug 384579

Revision history for this message
gcb (gcb0) wrote :

Desktop. Asus motherboard. no floppy attached. (will boot soon and try to disable legacy floppy options in bios, if they are enabled). Clean install of ubuntu 10.04

same amount of fd0 io errors in dmesg.

gcb@inutil:~$ sudo rmmod floppy
ERROR: Module floppy is in use

gcb@inutil:~$ mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
none on /var/lib/ureadahead/debugfs type debugfs (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/gcb/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=gcb)

gcb@inutil:~$ sudo lsof | grep fd0
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/gcb/.gvfs
      Output information may be incomplete.
gnome-ses 1199 gcb 28u unix 0xe3ffd000 0t0 17451 socket
mount 1510 root 3u BLK 2,0 0t1024 2148 /dev/fd0

...Then i waited some time and that mount process weren't there anymore. forgot to see which other process started it :( after the mount was gone, rmmod floppy worked.