#!/bin/bash
###################################################################
#
# Fetch READ CAPACITY information for the given SCSI device(s).
#
# This script assumes the sg3_utils package is installed.
#
##################################################################
verbose=""
brief=""
long_opt=""
usage()
{
echo "Usage: scsi_readcap [-b] [-h] [-l] [-v]