Comment 38 for bug 441835

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Karmic] floppy is not working (Ubuntu 9.10)

Could anyone try this: In /lib/udev/rules.d/60-persistent-storage.rules, change

  KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end"

to not have the "fd*" in it, i. e.

  KERNEL=="mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end"

Then udev should probe the floppy on the change event initiated by the mount call (dk-disk's DrivePollMedia()).