From owner-freebsd-usb@FreeBSD.ORG Thu Feb 7 00:06:46 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C98A816A418; Thu, 7 Feb 2008 00:06:46 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id 8313C13C45E; Thu, 7 Feb 2008 00:06:46 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 7075319E023; Thu, 7 Feb 2008 00:48:52 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id D653F19E019; Thu, 7 Feb 2008 00:48:41 +0100 (CET) Message-ID: <47AA4765.8090601@quip.cz> Date: Thu, 07 Feb 2008 00:48:53 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <86ir19vx09.fsf@ds4.des.no> In-Reply-To: <86ir19vx09.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: usb@freebsd.org, scsi@freebsd.org Subject: Re: SMART over USB X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 00:06:46 -0000 Dag-Erling Smørgrav wrote: > Consider a PATA or SATA disk attached over USB. AFAIK, the USB mass > storage protocol is basically SCSI over USB. Is there a way to access > the disk's SMART data over SCSI / USB? Perhaps as mode pages? Has > anyone tried this? > > The reason I'm asking is this: > > http://www.sharkoon.com/html/produkte/externe_gehaeuse/sata_quickport/index.html > > This could be extremely useful to quickly extract SMART error logs from > failing disks after you've replaced them, not to mention wipe them > before RMAing them. Unfortunately, it doesn't have an eSATA connector. I tested many PATA/SATA to USB convertors and disc enclosures - none of them allowed access to SMART (under FreeBSD, nor Windows). Maybe it is I/O chip implementation problem. Miroslav Lachman