From owner-freebsd-current@FreeBSD.ORG Mon Jan 21 21:39:53 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8A9FAF8; Mon, 21 Jan 2013 21:39:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 51ECBF23; Mon, 21 Jan 2013 21:39:52 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 368930676; Mon, 21 Jan 2013 22:34:45 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Subject: Re: ZFS + usb in trouble? Date: Mon, 21 Jan 2013 22:36:04 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <20130121205851.GB1341@garage.freebsd.pl> <20130121211718.GD1341@garage.freebsd.pl> In-Reply-To: <20130121211718.GD1341@garage.freebsd.pl> X-Face: ?p&W)c( =?iso-8859-15?q?+80hU=3B=27=7B=2E=245K+zq=7BoC6y=7C=0A=09/D=27an*6mw?=>j'f:eBsex\Gi, Cc: Alexander Nedotsukov X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 21:39:54 -0000 On Monday 21 January 2013 22:17:19 Pawel Jakub Dawidek wrote: > I used wrong Hans' login, resending with the proper e-mail. > Hi, You should try to use some tools to write some random data and read it back and see if the data is the same, at /dev/daX level. The USB wrapper for SCSI is very simple and it passes commands directly from CAM to the hardware. I would be surprised if data was corrupted at this stage. --HPS