Rescan scsi

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "This will rescan all SCSI LUNs. Useful after hotplugging. <source lang="bash"> sudo su -c "for i in /sys/class/scsi_host/host*; do echo '- - -' > ${i}/scan; done </source>")

Revision as of 11:21, 3 May 2012

This will rescan all SCSI LUNs. Useful after hotplugging.

sudo su -c "for i in /sys/class/scsi_host/host*; do echo '- - -' > ${i}/scan; done
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox