Tuesday, April 05, 2022

rescanning New Virtual Disk Vmware on Ubuntu without reboot

 1. check host bus

     ls /sys/class/scsi_host

2. scanning bus

        echo "- - -" > /sys/class/scsi_host/host#/scan

        # number of bus yang terlihat di nomor 1

    or thisif the above failed

       echo 1 | sudo tee /sys/class/block/sd?/device/rescan >/dev/null

            ? a b or c

 

 

thank,

Asnan

 

No comments: