From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 12 Feb 2004 01:41:38 +0000 Subject: Re: Udev and Mylex Dac960 Message-Id: <20040212014138.GB16340@kroah.com> List-Id: References: <4022CB7D.4010505@snscrew.net> In-Reply-To: <4022CB7D.4010505@snscrew.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Sat, Feb 07, 2004 at 08:04:32PM +0100, claude wrote: > Hi, > > I have another question about Mylex Dac960. > > Is there any way for udev to create device only for existing array ? > > (eg : I only have /dev/rd!c0d0 but udev create /dev/rd!c0d[1-31]). Well your kernel is saying that you really do have all of those other devices. You might want to talk to the kernel driver about this... But yes, you can ignore devices with the following rule: KERNEL="*c0d[1-31]", NAME="" The NAME="" section is optional, but a bit nicer to try to figure out what is happening. The ability to ignore devices is broken in udev 016, but is now fixed in the current tree. Try this with the next release (hopefully in a few days...) thanks, greg k-h ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&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