From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Date: Thu, 11 Aug 2005 18:29:35 +0000 Subject: udev Message-Id: <42FB990F.2050400@ipunwired.com> List-Id: References: <20050811182850.GD15803@kroah.com> In-Reply-To: <20050811182850.GD15803@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org hey; I've setup Raid1 on two SATA drives on my FC3 system. as well there are several other SATA drives in the system that are not in the raid. I wanted to make static mappings to the /dev devices. I've created a rules file and according to the logs its reading the rules files I created. ... Aug 09 21:34:42 localhost udev[10536]: configured rule in '/etc/udev/rules.d/10-udev.rules' at line 4 applied, 'sdd' becomes '%k' Aug 09 21:34:42 localhost udev[10536]: creating device node '/dev/sdd' ... but if I remove on of the drives from the system. It will read the rules file only up to where the non present drive is then switch to the defaults which removes the satic maps and breaks the raid. rules file: BUS="scsi", ID="0:0:0:0", KERNEL="sda", NAME="%k" BUS="scsi", ID="1:0:0:0", KERNEL="sdb", NAME="%k" BUS="scsi", ID="1:0:0:0", KERNEL="sdb", NAME="%k" BUS="scsi", ID="2:0:0:0", KERNEL="sdc", NAME="%k" BUS="scsi", ID="3:0:0:0", KERNEL="sdd", NAME="%k" BUS="scsi", ID="4:0:0:0", KERNEL="sde", NAME="%k" BUS="scsi", ID="5:0:0:0", KERNEL="sdf", NAME="%k" BUS="scsi", ID="6:0:0:0", KERNEL="sdg", NAME="%k" If I'm doing something wrong or in anyone has and suggestions thanks Mike ------------------------------------------------------- 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