scsi_readcap
do SCSI READ CAPACITY command on disks
- Provided by: sg3-utils (Version: 1.48-3ubuntu3)
- Report a bug
do SCSI READ CAPACITY command on disks
scsi_readcap [--brief] [--help] [--long] [--verbose] DEVICE [DEVICE]*
This 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.
Arguments to long options are mandatory for short options as well.
The 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.
Written by D. Gilbert
Copyright © 2009-2013 Douglas Gilbert
This software is distributed under a BSD-2-Clause license. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
sg_readcap (sg3_utils)