search for: scsimod

Displaying 1 result from an estimated 1 matches for "scsimod".

Did you mean: scsi_mod
2008 Jun 04
0
Finding module name for SCSI host adapter for a given SCSI target
...ed to find the name of the kernel module for the SCSI host adapter that controls that target. The objective is to be able to unload and reload the kernel module when the drive gets into a state that requires a SCSI bus reset for recovery. The best I've been able to come up with so far is: SCSIMOD=$(cat /sys/class/scsi_tape/${DEV##*/}/device/../../scsi_host:host*/proc_name) Anyone know of a way that is a bit less convoluted? -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it.