Michael Schwingen writes:
> Locally, we use a system called scsiscan[1], which creates aliases
> in /dev/scsi/ - in you example, I would set up the scsiscan
> configuration so that /dev/scsi/burner_1 is automatically created as
> a device node with the correct major/minor/type for the device,
> whetever ID I switch it to. When using disks or other devices that
> can be identified 100% (using contents of sector 0, plus
> device/vendor name), this works 100% automatic. On identical devices
> which can not be told apart, you still have to specify the IDs (like
> in the cdrecord config file).
Have you heard about devfs? It allows device drivers to register
device entries which will automagically appear in /dev. It supports
the old-style names "/dev/sg0" as well as the new-style names
"/dev/sg/c0b0t0u0" (controller, bus, target, unit).
It's not just for SCSI: it's for *all* devices. It's been around for a
year now.
See: http://www.atnf.csiro.au/~rgooch/linux/
Regards,
Richard....
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]