Vmware Rescan Hard Drives

ls /sys/class/scsi_host

replace the host below with the output of above command.

echo "- - -" > /sys/class/scsi_host/<strong>host#</strong>/scan<br></br>
fdisk -l<br></br>
tail -f /var/log/message```