Bug 23309 - udev rules probe floppy drives when they shouldn't
Summary: udev rules probe floppy drives when they shouldn't
Status: RESOLVED FIXED
Alias: None
Product: udisks
Classification: Unclassified
Component: detection (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: David Zeuthen (not reading bugmail)
QA Contact:
URL: https://bugs.edge.launchpad.net/ubunt...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 08:05 UTC by Scott James Remnant
Modified: 2009-08-14 08:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Scott James Remnant 2009-08-14 08:05:47 UTC
In devkit-disks.rules, the line:

KERNEL=="mtd*|nbd*|gnbd*|btibm*", GOTO="probe_parttable_end"

should be

KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*", GOTO="probe_parttable_end"


Plain old PC Floppy drives cannot have partition tables, and do not do presence detection; probing them can take minutes, delaying boot.  PC Floppy drives (distinct from USB, etc.) cannot have partition tables.
Comment 1 David Zeuthen (not reading bugmail) 2009-08-14 08:11:45 UTC
Nice catch, I forgot about that. Fixed here

http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=dacee202cc8ea79540983be547e2b7b05fbd81a2


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.