Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lilongen/5ad81e9ee51b848133567431d50c3910 to your computer and use it in GitHub Desktop.
Save lilongen/5ad81e9ee51b848133567431d50c3910 to your computer and use it in GitHub Desktop.
How To Detect a New Hard Disk Without Rebooting VMware Linux Guest
# ls /sys/class/scsi_host/ | while read host ; do echo "- - -" > /sys/class/scsi_host/$host/scan ; done
from
http://wingloon.com/2013/05/07/how-to-detect-a-new-hard-disk-without-rebooting-vmware-linux-guest/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment