Man page - sg_rmsn(8)
Packages contas this manual
- sg_get_config(8)
- sg_safte(8)
- sg_write_verify(8)
- scsi_logging_level(8)
- sg_dd(8)
- sg_sat_datetime(8)
- scsi_temperature(8)
- sg_logs(8)
- sg_sat_phy_event(8)
- sg_rep_density(8)
- sg_ses(8)
- sginfo(8)
- sg_reset_wp(8)
- sg_turs(8)
- sg_write_long(8)
- sg_sat_read_gplog(8)
- sg_read_long(8)
- scsi_readcap(8)
- sg_rep_pip(8)
- sg_compare_and_write(8)
- sg_bg_ctl(8)
- sg_stream_ctl(8)
- sg_opcodes(8)
- sg_luns(8)
- sg_read(8)
- sg_get_elem_status(8)
- sg_sat_identify(8)
- sg3_utils(8)
- sg_sanitize(8)
- scsi_stop(8)
- sg_write_attr(8)
- sg_referrals(8)
- sg_rmsn(8)
- sg_readcap(8)
- sg_requests(8)
- sg_verify(8)
- sg_z_act_query(8)
- sgp_dd(8)
- sg_wr_mode(8)
- sg_unmap(8)
- sg_format(8)
- sgm_dd(8)
- sg_seek(8)
- sg_prevent(8)
- sg_ident(8)
- sg_rdac(8)
- sg_copy_results(8)
- sg_rem_rest_elem(8)
- sg_write_same(8)
- sg_sync(8)
- sg_read_buffer(8)
- sg_modes(8)
- sg_start(8)
- sg_decode_sense(8)
- sg_map26(8)
- sg_map(8)
- sg_test_rwbuf(8)
- sg_persist(8)
- sg_zone(8)
- sg_read_block_limits(8)
- scsi_ready(8)
- scsi_satl(8)
- sg_inq(8)
- sg_vpd(8)
- scsi_start(8)
- sg_write_buffer(8)
- sg_raw(8)
- sg_rtpg(8)
- sg_reset(8)
- rescan-scsi-bus.sh(8)
- sg_emc_trespass(8)
- sg_rbuf(8)
- sg_timestamp(8)
- sg3_utils_json(8)
- sg_rep_zones(8)
- sg_read_attr(8)
- sg_scan(8)
- sg_stpg(8)
- sg_write_x(8)
- sg_sat_set_features(8)
- scsi_mandat(8)
- sg_senddiag(8)
- sg_ses_microcode(8)
- sg_xcopy(8)
- sg_get_lba_status(8)
- sg_reassign(8)
apt-get install sg3-utils
Manual
| SG_RMSN(8) | SG3_UTILS | SG_RMSN(8) |
NAME
sg_rmsn - send SCSI READ MEDIA SERIAL NUMBER command
SYNOPSIS
sg_rmsn [--help] [--raw] [--readonly] [--verbose] [--version] DEVICE
DESCRIPTION
Send 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.
OPTIONS
Arguments to long options are mandatory for short options as well.
- -h, --help
- output the usage message then exit.
- -r, --raw
- sends the serial number (if found) to stdout. This output may contain non-printable characters (e.g. the serial number is padded with NULLs at the end so its length is a multiple of 4). The default action is to print the serial number out in ASCII-HEX with ASCII characters to the right. All error messages are sent to stderr.
- -R, --readonly
- opens the DEVICE read-only rather than read-write which is the default. The Linux sg driver needs read-write access for the SCSI READ MEDIA SERIAL NUMBER command but other access methods may require read-only access.
- -v, --verbose
- increase the level of verbosity, (i.e. debug output).
- -V, --version
- print the version string and then exit.
NOTES
Device 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 STATUS
The exit status of sg_rmsn is 0 when it is successful. Otherwise see the sg3_utils(8) man page.
AUTHORS
Written by Douglas Gilbert.
REPORTING BUGS
Report bugs to <dgilbert at interlog dot com>.
COPYRIGHT
Copyright © 2005-2012 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.
SEE ALSO
sg_vpd(sg3_utils), sg_get_config(sg3_utils)
| November 2012 | sg3_utils-1.31 |