Sdparm
Download Source: | http://sg.danny.cz/sg/p/sdparm-1.03.tgz |
---|
Contents
Introduction to Sdparm
The sdparm utility outputs and in some cases modifies SCSI device parameters. When the SCSI device is a disk, sdparm's role is similar to its namesake: the Linux hdparm utility which is for ATA disks that usually have device names starting with "hd". More generally sdparm can be used to output and modify parameters on any device that uses a SCSI command set. Apart from SCSI disks, such devices include CD/DVD drives (irrespective of transport), SCSI and ATAPI tape drives and SCSI enclosures. A small set of commands associated with starting and stopping the media, loading and unloading removable media and some other housekeeping functions can also be sent with this utility.
Project Homepage: http://sg.danny.cz/sg/sdparm.html
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr && make
Install the package
make install
Contents
Installed Programs: | /sbin/hdparm |
---|---|
Installed Libraries: | ??? |
Installed Directories: | ??? |
Short Descriptions
hdparm | provides a command-line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem. |
---|