source:
dass-tools/usr/sbin/scsi-rescan.sh@
1246
Last change on this file since 1246 was 1089, checked in by , on Sep 5, 2012 at 11:34:02 PM | |
---|---|
|
|
File size: 107 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | for i in /sys/class/scsi_host/host*/scan; do |
4 | echo "rescanning $i" |
5 | echo "- - -" > $i |
6 | done |
7 |
Note:
See TracBrowser
for help on using the repository browser.