Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sg3_utils: Utils for Linux's SCSI generic driver devices + raw devices
- Summary
- Collection of tools for SCSI devices that use the Linux SCSI generic (sg)
interface. Includes utilities to copy data based on "dd" syntax
and semantics (called sg_dd, sgp_dd and sgm_dd); check INQUIRY data and
associated pages (sg_inq); check mode and log pages (sg_modes and sg_logs);
spin up and down disks (sg_start); do self tests (sg_senddiag); and various
other functions. See the README and CHANGELOG files. Requires the lk 2.4
series or better. [In the lk 2.6 series many of these utilities
can use the primary block device name (e.g. /dev/sda).]
Warning: Some of these tools access the internals of your system and their
incorrect usage may render your system inoperable.
Authors:
--------
Doug Gilbert <dgilbert@interlog.com>
Kurt Garloff <garloff@suse.de> [sg_test_rwbuff]
Peter Allworth [contribution to sg_dd and sgp_dd]
Martin Schwenke <martin@meltin.net> [contribution to sg_inq]
Changelog
- * Tue Mar 20 19:00:00 2007 Phil Knirsch <pknirsch{%}redhat{*}com> 1.06-2.el3.1
- Increase maximum number of sd devices (#206310)
- Tiny specfile cleanup
- * Thu Mar 11 18:00:00 2004 Tim Powers <timp{%}redhat{*}com> 1.06-2
- rebuild
- * Wed Feb 18 18:00:00 2004 Phil Knirsch <pknirsch{%}redhat{*}com> 1.06-1
- Initial version for RHEL3 U2.