Rescan scsi: Difference between revisions

From Playing with linux...
Jump to navigation Jump to search
(Created page with "To rescan your scsi disks (to look if a disk has been added) you can reread your scsi device by giving the following command: echo "- - -" >/sys/class/scsi_host/host0/scan I...")
 
No edit summary
Line 1: Line 1:
To rescan your scsi disks (to look if a disk has been added) you can reread your scsi device by giving the following command:
To rescan your scsi disks (to look if a disk has been added) you can reread your scsi device by giving the following command:


<pre>
echo "- - -" >/sys/class/scsi_host/host0/scan
echo "- - -" >/sys/class/scsi_host/host0/scan
</pre>


It's very handy if you added a disk in vmware.
It's very handy if you added a disk in vmware.

Revision as of 15:55, 28 February 2012

To rescan your scsi disks (to look if a disk has been added) you can reread your scsi device by giving the following command:

echo "- - -" >/sys/class/scsi_host/host0/scan

It's very handy if you added a disk in vmware.