Dirk Heinrichs <[EMAIL PROTECTED]> writes: > I've got several USB devices which are all accessed as SCSI disc through the > usb-storage driver. Since the device node they are attached to depends on > plugin order, I need to know how to find out which hardware is attached to > which /dev/sd*, so that I can write a program map.
Your program map could look at /proc/scsi/* to determine what's what. Derrell _______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
