SCSI

From Blue-IT.org Wiki

Revision as of 21:38, 27 January 2012 by Apos (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 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.