|
NAMEsg_rmsn - send SCSI READ MEDIA SERIAL NUMBER commandSYNOPSISsg_rmsn [--help] [--raw] [--readonly] [--verbose] [--version] DEVICEDESCRIPTIONSend a SCSI READ MEDIA SERIAL NUMBER command to DEVICE and outputs the response.This command is described in SPC-3 found at www.t10.org . It was originally added to SPC-3 in revision 11 (2003/2/12). It is not an mandatory command and the author has not seen any SCSI devices that support it. OPTIONSArguments to long options are mandatory for short options as well.
NOTESDevice identification information is also found in a standard INQUIRY response and its VPD pages (see sg_vpd). The relevant VPD pages are the "device identification page" (VPD page 0x83) and the "unit serial number" page (VPD page 0x80).The MMC-4 command set for CD/DVD/HD-DVD/BD drives has a "media serial number" feature (0x109) [and a "logical unit serial number" feature]. These can be viewed with sg_get_config. EXIT STATUSThe exit status of sg_rmsn is 0 when it is successful. Otherwise see the sg3_utils(8) man page.AUTHORSWritten by Douglas Gilbert.REPORTING BUGSReport bugs to <dgilbert at interlog dot com>.COPYRIGHTCopyright © 2005-2012 Douglas GilbertThis software is distributed under a FreeBSD license. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSOsg_vpd(sg3_utils), sg_get_config(sg3_utils)
Visit the GSP FreeBSD Man Page Interface. |