Created
November 24, 2021 16:03
-
-
Save joshy/38514c737188e7780f84060e804085ad to your computer and use it in GitHub Desktop.
vmware new disk on linux make visible without reboot
This file contains hidden or 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
for host in /sys/class/scsi_host/*; do echo "- - -" | sudo tee $host/scan; ls /dev/sd* ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment