SCSI

From Blue-IT.org Wiki

Revision as of 21:38, 27 January 2012 by Apos (talk | contribs) (Reset SCSI bus)

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.