aboutsummaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2013-01-10 00:21:32 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2013-01-10 00:21:32 +0000
commit6f6816ab5619e8aa2255542d58cba5672194d135 (patch)
tree683e34cf43c61842a89e14d4e72a34b160892857 /scripts/README
parentf51ec51f5b83372510c8da84eceeb898a7790892 (diff)
downloadsg3_utils-6f6816ab5619e8aa2255542d58cba5672194d135.tar.gz
move rescan-scsi-bus.sh to scripts folder; sg_inq --export corrections
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@474 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/README b/scripts/README
index 35c67d0a..a1402b2f 100644
--- a/scripts/README
+++ b/scripts/README
@@ -6,6 +6,10 @@ This directory contains bash shell scripts. Most of them call one or
more utilities from the sg3_utils package. They assume the sg3_utils
package utilities are on the PATH of the user.
+rescan-scsi-bus.sh is written by Kurt Garloff (see
+http://www.garloff.de/kurt/linux/ under the "Rescan SCSI bus" heading)
+with patches from Hannes Reinecke.
+
scsi_logging_level is written by Andreas Herrmann <aherrman at de dot ibm
dot com>. It sets the logging level of the SCSI subsystem in the Linux
2.6 series kernels. See that file for more information.
@@ -18,6 +22,8 @@ Details
Each script supplies more information, typically by supplying a '-h'
or '--help' option. The script source often contains explanatory
information. Following is a usage summary with a one line description:
+ rescan-scsi-bus.sh [OPTIONS]
+ - see the output of 'rescan-scsi-bus.sh --help'
scsi_logging_level [OPTIONS]
- set Linux SCSI subsystem logging level
scsi_mandat [-h] [-L] [-q] <device>
@@ -43,4 +49,4 @@ script. Since it depends on the sdparm utility it has been moved to
the sdparm package in its scripts directory.
Douglas Gilbert
-25th August 2009
+9th January 2013