1SCSI_SATL(8) SG3_UTILS SCSI_SATL(8)
2
3
4
6 scsi_satl - check SCSI to ATA Translation (SAT) device support
7
9 scsi_satl [--help] [--log] [--quiet] [--verbose] DEVICE
10
12 This bash shell script calls several SCSI commands on the given DEVICE
13 that is assumed to be an ATA device behind a SCSI to ATA Translation
14 (SAT) layer (SATL). The results of each test and a pass/fail count are
15 output.
16
18 Arguments to long options are mandatory for short options as well.
19
20 -h, --help
21 print out the usage message then exit.
22
23 -L, --log
24 the output to stderr (from each SCSI command executed) is
25 appended to a file called 'scsi_satl.err' in the current working
26 directory.
27
28 -q, --quiet
29 the amount of output is reduced and typically only the pass/fail
30 count is output.
31
32 -v, --verbose
33 increase level or verbosity.
34
36 The exit status of this script is the number of "bad" errors found. So
37 an exit status of 0 means all mandatory SCSI commands worked as
38 expected.
39
41 Written by D. Gilbert
42
44 Copyright © 2011-2013 Douglas Gilbert
45 This software is distributed under a FreeBSD license. There is NO war‐
46 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
47 POSE.
48
50 sg_inq, sg_luns, sg_turs, sg_requests, sg_vpd, sg_senddiag, sg_modes,
51 sg_sat_identify (sg3_utils)
52
53
54
55sg3_utils-1.36 May 2013 SCSI_SATL(8)