2006-10-18 15:00:24

by Douglas Gilbert

[permalink] [raw]
Subject: [Announce] sg3_utils-1.22 available

sg3_utils is a package of command line utilities for sending
SCSI (and some ATA) commands to devices. This package targets
the linux kernel (lk) 2.6 and lk 2.4 series. In the lk 2.6
series these utilities (except sgp_dd) can be used with any
devices that support the SG_IO ioctl.

This version adds the sg_sat_identify utility. This sends
an ATA IDENTIFY (PACKET) DEVICE command through a SAT layer
and can format its response suitable for hdparm ('--Istdin')
to decode. See the CHANGELOG for more information.

A tarball, rpm and deb can be found at (see table 2):
http://www.torque.net/sg
For an overview of sg3_utils see this page:
http://www.torque.net/sg/sg3_utils.html
The sg_dd utility has its own page at:
http://www.torque.net/sg/sg_dd.html
The SG_IO ioctl is discussed at:
http://www.torque.net/sg/sg_io.html
A changelog can be found at:
http://www.torque.net/sg/p/sg3_utils.CHANGELOG

A release announcement has been sent to freshmeat.net .

Doug Gilbert


2006-10-18 15:50:20

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [Announce] sg3_utils-1.22 available

On Wed, Oct 18, 2006 at 11:01:49AM -0400, Douglas Gilbert wrote:
> A changelog can be found at:
> http://www.torque.net/sg/p/sg3_utils.CHANGELOG

For future posts it would be really coold if you could just inline
the changelog into the accouncement mail so the reader can skip over
it without starting a browser.

Thanks a lot again for your continued work on the scsi userland!