Last active
May 6, 2016 08:36
-
-
Save lilongen/5ad81e9ee51b848133567431d50c3910 to your computer and use it in GitHub Desktop.
How To Detect a New Hard Disk Without Rebooting VMware Linux Guest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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