Difference between revisions of "SCSI"

From Blue-IT.org Wiki

(Created page with "== Reset SCSI bus == Works with Ubuntu 11.10 . Search for the script [https://duckduckgo.com/?q=rescan-scsi-bus.sh&kl=de-de rescan-scsi-bus.sh]. Install the scscitools (and op...")
 
(Reset SCSI bus)
Line 6: Line 6:
  
 
Install the scscitools (and optionally sg3-utils) package:
 
Install the scscitools (and optionally sg3-utils) package:
  sudo apt-get install apt-get install sg3-utils scsitools
+
  sudo apt-get install sg3-utils scsitools
  
 
# Power off your device
 
# Power off your device

Revision as of 21:38, 27 January 2012

Reset SCSI bus

Works with Ubuntu 11.10 .

Search for the script rescan-scsi-bus.sh.

Install the scscitools (and optionally sg3-utils) package:

sudo apt-get install sg3-utils scsitools
  1. Power off your device
  2. Remove the device from the kernel with
 rescan-scsi-bus.sh -r
  1. Switch on the device
  2. Wait until it is ready
  3. Rescan the bus
rescan-scsi-bus.sh

Your device should be ready to use now.