From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 17 Mar 2004 18:11:32 +0000 Subject: Re: What does /udev think its doing? (Thanks) Message-Id: <1079547092.2394.60.camel@pim> List-Id: References: <200403171737.i2HHbpT8016868@orion.dwf.com> In-Reply-To: <200403171737.i2HHbpT8016868@orion.dwf.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, 2004-03-17 at 18:37, reg@dwf.com wrote: > > On Wed, 2004-03-17 at 09:48, reg@dwf.com wrote: > > > OK, Im confused, what does /udev think its doing here. > > > This is udev-021. > > > > > > the appropriate rule in udev.rules is > > > > > > BUS="scsi", SYSFS{vendor}="IC25N020", NAME{all_partitions}="usb_disk" > > > > > > The result of a ls -lai of /udev/usb is > > > > > > 449164 brw------- 1 root root 8, 2 Mar 17 01:17 /udev/usb_disk > > > > Please try: > > > > BUS="scsi", KERNEL="*[!0-9]", SYSFS{vendor}="IC25N020", NAME{all_partitions}="usb_disk" > > > > it will catch the main device only. It looks like your rule applies > > to all partitions and the result in the same name which is replaces > > the former with every match? > > > > If this doesn't work, please tell what you get with: > > > > BUS="scsi", SYSFS{vendor}="IC25N020", NAME{all_partitions}="usb_disk%n" > > Thanks, That works like a charm. Fine. Seems that we should change NAME{all_partitions} to match only the main device. thanks for reporting it, Kay ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ 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