Useful if you’ve just added a disk to a linux server and want to rescan to be able to use it:
echo “- – -” > /sys/class/scsi_host/host0/scan
Useful if you’ve just added a disk to a linux server and want to rescan to be able to use it:
echo “- – -” > /sys/class/scsi_host/host0/scan
Posted by Head Cloud Monkey on April 14, 2013
https://headcloudmonkey.net/2013/04/14/rescan-scsi-bus-in-linux/