scsi

By steve, 1 November, 2011

To get the Linux kernel to re-scan a scsi controller (to detect missing or newly inserted disks), run the following command


echo "- - -" >/sys/class/scsi_host/hostNUMBER/scan

You can replace any of the "-" characters with a number to scan a specific channel, target or LUN

Tags