Skip to content

Instantly share code, notes, and snippets.

@joshy
Created November 24, 2021 16:03
Show Gist options
  • Save joshy/38514c737188e7780f84060e804085ad to your computer and use it in GitHub Desktop.
Save joshy/38514c737188e7780f84060e804085ad to your computer and use it in GitHub Desktop.
vmware new disk on linux make visible without reboot
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