This shows you the differences between two versions of the page.
|
os:linux:general:hotswapscsi [2010/02/09 14:36] crustymonkey |
os:linux:general:hotswapscsi [2010/02/09 14:38] (current) crustymonkey |
||
|---|---|---|---|
| Line 152: | Line 152: | ||
| Now you can use your disk: ''/dev/sdc''. | Now you can use your disk: ''/dev/sdc''. | ||
| + | |||
| + | ====== Scan for New Devices ====== | ||
| + | |||
| + | You can also use the following to scan the SCSI bus for new devices: | ||
| + | |||
| + | <code> | ||
| + | # echo 'scsi scan-new-devices' > /proc/scsi/scsi | ||
| + | </code> | ||
| + | |||