Categories
English Feeds

Rescan SCSI bus on Linux

In order to rescan your SCSI bus on a Linux server, simply run the following command:

echo '- - -' > /sys/class/scsi_host/host0/scan

NOTE: Your scsi target could be different than host0.

Running ‘dmesg‘ should show you a SCSI rescan as the last output.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.