linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cdrom_id (udev) causes "No disk in drive" warning for ide devices with removable media
@ 2005-09-08 12:43 Thomas Heinz
  2005-09-08 14:11 ` Kay Sievers
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Thomas Heinz @ 2005-09-08 12:43 UTC (permalink / raw)
  To: linux-hotplug

Hi

The following gentoo rule is responsible for handling my ide zip drive 
(ide-floppy driver).

BUS="ide",     KERNEL="hd[a-z]", ACTION="add", IMPORT="/sbin/cdrom_id
--export $tempnode"

cdrom_id tries to open the device and the kernel outputs the message. 
Debian seems to handle the issue differently with the following rule.

BUS="ide", KERNEL="hd[a-z]", SYSFS{removable}="1", \
  PROGRAM="/etc/udev/scripts/ide-model.sh %k", RESULT="IOMEGA ZIP *", \
                                        NAME="%k", 
OPTIONS+="all_partitions"


Do you consider it the distributors' job to fix the issue or would you 
rather fix cdrom_id?

Thanks for your input.


Regards,

Thomas


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-09-15  7:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 12:43 cdrom_id (udev) causes "No disk in drive" warning for ide devices with removable media Thomas Heinz
2005-09-08 14:11 ` Kay Sievers
2005-09-08 15:11 ` Thomas Heinz
2005-09-08 15:38 ` Thomas Heinz
2005-09-08 19:18 ` Kay Sievers
2005-09-08 21:26 ` Thomas Heinz
2005-09-09 11:17 ` Kay Sievers
2005-09-14 22:34 ` Thomas Heinz
2005-09-14 23:21 ` Kay Sievers
2005-09-15  7:51 ` Thomas Heinz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).