From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261205AbVFGB56 (ORCPT ); Mon, 6 Jun 2005 21:57:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261241AbVFGB56 (ORCPT ); Mon, 6 Jun 2005 21:57:58 -0400 Received: from stark.xeocode.com ([216.58.44.227]:19073 "EHLO stark.xeocode.com") by vger.kernel.org with ESMTP id S261205AbVFGB5y (ORCPT ); Mon, 6 Jun 2005 21:57:54 -0400 To: Mark Lord Cc: Greg Stark , Jeff Garzik , "linux-ide@vger.kernel.org" , Linux Kernel , Andrew Morton , James Bottomley Subject: Re: [SATA] libata-dev queue updated References: <42A14541.6020209@pobox.com> <87vf4ujgmj.fsf@stark.xeocode.com> <42A47376.80203@rtr.ca> In-Reply-To: <42A47376.80203@rtr.ca> From: Greg Stark Organization: The Emacs Conspiracy; member since 1992 Date: 06 Jun 2005 21:57:32 -0400 Message-ID: <87u0kbhqsz.fsf@stark.xeocode.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Mark Lord writes: > Greg Stark wrote: > > > > Are there diffs downloadable for these? In particular I'm looking for > > passthru. I'm imagining that with passthru SMART works? > > SMART works already using the HDIO_* ioctls in libata-dev > (these may be built on top of the passthru stuff.. dunno). > > Eg. smartctl -data -a /dev/sda Uh, this is 2.6.12-rc4 with the latest libata-dev patch from Garzik's web site: bash-3.00$ smartctl -data -a /dev/sda smartctl version 5.32 Copyright (C) 2002-4 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Smartctl: Device Read Identity Failed (not an ATA/ATAPI device) A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. -- greg