From mboxrd@z Thu Jan 1 00:00:00 1970 From: Douglas Gilbert Subject: [ANNOUNCE] lsscsi-0.25 released Date: Tue, 10 May 2011 10:34:19 -0400 Message-ID: <4DC94CEB.2000404@interlog.com> Reply-To: dgilbert@interlog.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.infotech.no ([82.134.31.41]:43221 "EHLO smtp.infotech.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753143Ab1EJOeh (ORCPT ); Tue, 10 May 2011 10:34:37 -0400 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: SCSI development list , linux-kernel Cc: =?ISO-8859-1?Q?Dan_Hor=E1k?= , Matt Taggart , "Martin K. Petersen" lsscsi is a utility that uses sysfs in linux 2.6 series kernels to list information about SCSI devices and SCSI hosts. Both a compact format which is one line per device and a "classic" format (like the output of 'cat /proc/scsi/scsi') are supported. Version 0.25 is available at: http://sg.danny.cz/scsi/lsscsi.html More information can be found on that page including examples and a Download section for tarballs, rpm and deb packages. There have only been superficial changes to the beta release of 0.25 made in March 2011. The only adverse report was a problem when a kernel was configured with both CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2. The most commonly useful addition is the '--size' option: $ lsscsi -s [0:0:0:0] disk ATA INTEL SSDSA2M080 2CV1 /dev/sda 80.0GB [6:0:0:0] disk Linux scsi_debug 0004 /dev/sdb 4.29PB ChangeLog: Version 0.25 2011/05/09 [svn: r92] - add sas_port and fc_remote_ports transport information - print enclosure_device entry - add '--size' option to show size of disks - add '--protmode' option to show protection information mode Version 0.24 2010/06/12 [svn: r83] ... Doug Gilbert