From owner-freebsd-usb@FreeBSD.ORG Mon Jun 25 15:01:05 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8385E1065674 for ; Mon, 25 Jun 2012 15:01:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 100F68FC0A for ; Mon, 25 Jun 2012 15:01:04 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 289414280; Mon, 25 Jun 2012 17:00:57 +0200 From: Hans Petter Selasky To: maxim naumov Date: Mon, 25 Jun 2012 17:00:39 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201206241533.08745.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206251700.39759.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems 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: Mon, 25 Jun 2012 15:01:05 -0000 On Monday 25 June 2012 00:22:54 maxim naumov wrote: > On Sun, Jun 24, 2012 at 2:33 PM, Hans Petter Selasky wrote: > > Ok, then it is not a USB host problem. > > I am not sure I follow. to me that just proves that the HDD doesn't > have an irrecoverable error on a particular sector. by irrecoverable I > mean an error that would stop the HDD working altogether until power > cycle rather than report a sector read/write error. > > the question what screws up the HDD remains. the HDD can get screwed > up by itself due to a bug in firmware, but why doesn't it happen with > windoze or GNU/Linux? pure luck? Hi, You should compare things like CPU usage and number of interrupts during data transfer, before we could say anything for sure. BTW: Maximum block size for USB 2.0 under FreeBSD is 64Kbytes. BTW: You could try to make a simple c-test program that reads and writes random LBA's from user-space, and see when it stops working. --HPS