Package: udev
Version: 0.056-1
Severity: normal

The current version of udev didn't create the device /dev/hdb4
on reboot.  The following minor changes create them on my system:

--- udev.rules.orig     2005-03-21 18:14:35.000000000 +0000
+++ udev.rules  2005-04-05 00:11:58.000000000 +0100
@@ -19,7 +19,7 @@
 
 # workaround for devices which do not report media changes
-BUS="ide", KERNEL="hd[a-z][0-9]*", SYSFS{removable}="1", \
+BUS="ide", KERNEL="hd[a-z]", SYSFS{removable}="1", \
   PROGRAM="/etc/udev/scripts/ide-model.sh %k", RESULT="IOMEGA ZIP *", \
-  OPTIONS=all_partitions, NAME="%k", GROUP="floppy"
+  OPTIONS="all_partitions", NAME="%k", GROUP="floppy"
 
 # IDE devices



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to