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
|
Source: scsitools
Section: utils
Priority: optional
Maintainer: Eric Delaunay <delaunay@debian.org>
Standards-Version: 3.6.1
Build-Depends: tk8.4, debhelper (>= 4.1.16)
Package: scsitools
Architecture: any
Depends: ${shlibs:Depends}, debconf, util-linux (>= 2.11b-3)
Conflicts: hwtools (<< 0.6)
Recommends: tk8.4 | wish
Description: Collection of tools for SCSI hardware management
This package is a collection of tools for manipulating SCSI hardware:
.
scsiinfo: displays SCSI drive low-level information and modifies SCSI
drive settings,
scsidev: makes permanent SCSI LUN -> devicename connections,
scsifmt: low-level SCSI formatter,
sraw: benchmarks raw SCSI I/O rates bypassing the buffer cache,
scsistop: low-level SCSI drive start/stop program,
scsi-spin: program to manually spin up and down a SCSI device.
.
Be aware that these tools require some knowledge of what are they
doing to be used properly, not causing damage to your system.
|