1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: sg3-utils
Section: admin
Priority: optional
Maintainer: Eric Schwartz (Skif) <emschwar@debian.org>
Build-Depends: debhelper (>> 4.0.0), chrpath, libtool
Standards-Version: 3.7.2
Package: sg3-utils
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: sg-utils, cdwrite
Replaces: sg-utils
Description: Utilities for working with generic SCSI devices
This package includes a number of utilities to manipulate the linux "sg"
(version 3) device driver.
.
This driver is only found in 2.4.x linux kernels; if you are using
2.2 (or earlier), please install the sg-utils package instead. 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).
.
The package includes:
* sg_dd - a variant of 'dd' that works at the SCSI command level
* sg_emc_trespass - vendor specific for Clariion hardware
* sg_format - format SCSI disks
* sg_get_config - get features and profiles of MMC devices
* sg_ident - report and set device identifiers
* sginfo - a re-porting of the 'scsiinfo' program, updated
* sg_inq - a utility for poking around with the SCSI INQUIRY command
* sg_logs - prints out log sense pages
* sg_luns - prints out REPORT LUNS response
* sg_map - shows the mapping between SCSI devices and sg devices
* sg_map26 - utility to map sg devices in 2.6 kernel
* sgm_dd - like sg_dd, but uses mmap()'d IO
* sg_modes - prints out mode sense pages
* sg_opcodes - reports supported opcodes and task management fcns
* sgp_dd - like sg_dd, only multithreaded
* sg_persist - accesses the Persistent Reservation In and Out commands
* sg_prevent - issues PREVENT ALLOW MEDIUM REMOVAL command (MMC + SSC)
* sg_rbuf - tests SCSI bus speed
* sg_rdac - utility for vendor specific work
* sg_read - reads multiple blocks, useful for timing
* sg_read_long - read a "long" block from the given device
* sg_readcap - prints the output of a READ CAPACITY command
* sg_reassign - issues a REASSIGN BLOCKS command (map out bad sectors)
* sg_requests - issues a REQUEST SENSE command (event polling)
* sg_reset - exercises SCSI device/bus/host reset capability
* sg_rmsn - READ SERIAL SERIAL NUMBER
* sg_rtpg - REPORT TARGET PORT GROUPS
* sg_scan - displays the SCSI bus on stdout
* sg_senddiag - runs SCSI self tests
* sg_ses - fetches status and send control to a SES device
* sg_start - spins up (or down) disks and optical drives
* sg_sync - issues a SYNCHRONIZE CACHE command
* sg_test_rwbuf - tests the SCSI host adapter
* sg_turs - execute a TEST UNIT READY command on the given device
* sg_verify - issues VERIFY command on SCSI disks
* sg_vpd - utility for decoding VPD pages
* sg_write_long - write a "long" block to the given device
* sg_wr_mode - low level utility to change mode pages
.
It also includes source code for some example programs that demonstrate
how to use the scsi generic driver.
Package: libsgutils1
Section: libs
Depends: ${shlibs:Depends}
Architecture: any
Recommends: sg3-utils
Description: Utilities for working with generic SCSI devices (shared libraries)
This package contains shared libraries that allow programs to use .
Package: libsgutils1-dev
Section: devel
Architecture: any
Depends: libsgutils1, ${shlibs:Depends}
Recommends: sg3-utils
Description: Utilities for working with generic SCSI devices (developer files)
This package contains the <scsi/sg_cmds.h> and <scsi/sg_lib.h> header
files, the /usr/lib/libsgutils.a static library and other assorted
development tidbits.
|