From owner-freebsd-current@FreeBSD.ORG Mon Jan 21 21:48:44 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5C415C8A; Mon, 21 Jan 2013 21:48:44 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id C0920F73; Mon, 21 Jan 2013 21:48:43 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 196287832; Mon, 21 Jan 2013 22:43:34 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Subject: Re: ZFS + usb in trouble? Date: Mon, 21 Jan 2013 22:44:53 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201301212236.04250.hselasky@c2i.net> <201301212237.11092.hselasky@c2i.net> In-Reply-To: <201301212237.11092.hselasky@c2i.net> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*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:48:44 -0000 On Monday 21 January 2013 22:37:11 Hans Petter Selasky wrote: > On Monday 21 January 2013 22:36:04 Hans Petter Selasky wrote: > > 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. > > Please also check if your USB device suffers from the lack of SYNCHRONIZE > CACHE. > Hi, Try this first: usbconfig -d X.Y add_quirk UQ_MSC_NO_SYNC_CACHE Re-plug device. --HPS