From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 08 Jan 2004 10:30:31 +0000 Subject: Re: scsi-devfs.sh Message-Id: <20040108103031.GA1943@vrfy.org> List-Id: References: <200401080835.59228.remco@d-compu.dyndns.org> In-Reply-To: <200401080835.59228.remco@d-compu.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, Jan 08, 2004 at 08:35:58AM +0100, Remco wrote: > Analogous to the 'ide-devfs.sh' script, I created a 'scsi-devfs.sh' CALLOUT script. > I tried to make it useful for any SCSI device. (using names taken from the Linux SCSCI 2.4 howto, > so if there were any major changes in 2.6 they are not reflected in the script) > Since I only own one external USB drive that's all I could test it with, so other devices have not been tested. > > Main reason for having this script is not necessarily being devfs compliant, > but for not having all device nodes in one flat directory structure. > > If anyone is interrested, feel free to grab it. > > > scsi-devfs.sh: > > #!/bin/sh > > # udev CALLOUT script > # return devfs-like-names for scsi-devices > # CALLOUT, BUS="scsi", PROGRAM="/etc/udev/scsi-devfs.sh %k %b %n", ID="[nst*]", NAME="%1c", SYMLINK="%2c" > # CALLOUT, BUS="scsi", PROGRAM="/etc/udev/scsi-devfs.sh %k %b %n", ID="[scd*]", NAME="%1c", SYMLINK="%2c" > # CALLOUT, BUS="scsi", PROGRAM="/etc/udev/scsi-devfs.sh %k %b %n", ID="s[dgrt]*", NAME="%1c", SYMLINK="%2c" What does a character class with a asterisk ID="[nst*]" mean? Shouldn't it be ID="nst*"? Same for ID="scd*". thanks, Kay ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ 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