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 | + | 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
- Power off your device
- Remove the device from the kernel with
rescan-scsi-bus.sh -r
- Switch on the device
- Wait until it is ready
- Rescan the bus
rescan-scsi-bus.sh
Your device should be ready to use now.