Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
sg3_utils: Utils for Linux's SCSI generic driver devices + raw devices
- Summary
- Collection of Linux utilities for devices that use the SCSI command set.
Includes utilities to copy data based on "dd" syntax and semantics (called
sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check
mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
disks (sg_start); do self tests (sg_senddiag); and various other functions.
See the README, CHANGELOG and COVERAGE files. Requires the linux kernel 2.4
series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0)
must be used. In the 2.6 series other device names may be used as
well (e.g. /dev/sda).
Warning: Some of these tools access the internals of your system
and the incorrect usage of them may render your system inoperable.
Changelog
- * Fri Sep 18 01:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Wed Jul 15 01:00:00 2009 Dan Horak <dhorak{%}redhat{*}com> - 1.25-4
-
- fix some issues with rescan-scsi-bus.sh script (#507379)
- install a symlink to the rescan script with more obvious name
- Resolves: #507379
- * Wed Apr 1 01:00:00 2009 Dan Horak <dhorak{%}redhat{*}com> - 1.25-3
-
- add dependency between the library and the main package (#492921)
- Resolves: #492921