![]() |
![]()
| ![]() |
![]()
NAMEscsi_readcap - do SCSI READ CAPACITY command on disks SYNOPSISscsi_readcap [--brief] [--help] [--long] [--verbose] DEVICE [DEVICE]* DESCRIPTIONThis bash shell script calls the sg_readcap utility on each given DEVICE. This will send a SCSI READ CAPACITY command to each DEVICE. The default action of this script is to send the 10 byte cdb READ CAPACITY(10) command to each DEVICE. If a response indicates the number of blocks is greater than or equal to '2**32 - 1' then the READ CAPACITY(16) is sent and its response is output. OPTIONSArguments to long options are mandatory for short options as well.
EXIT STATUSThe exit status of this script is 0 when it is successful. Otherwise the exit status is that of the last sg_readcap utility called. See the sg3_utils(8) man page. AUTHORSWritten by D. Gilbert COPYRIGHTCopyright © 2009-2013 Douglas Gilbert
SEE ALSOsg_readcap (sg3_utils)
|