From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 16:18:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4077C1065672 for ; Thu, 16 Apr 2009 16:18:56 +0000 (UTC) (envelope-from dgerow@afflictions.org) Received: from relay2-v.mail.gandi.net (relay2-v.mail.gandi.net [217.70.178.76]) by mx1.freebsd.org (Postfix) with ESMTP id 013A68FC13 for ; Thu, 16 Apr 2009 16:18:55 +0000 (UTC) (envelope-from dgerow@afflictions.org) Received: from plebeian.afflictions.org (CPE0021296fd1ec-CM0019475d4056.cpe.net.cable.rogers.com [99.241.164.229]) by relay2-v.mail.gandi.net (Postfix) with ESMTP id 80125137E1 for ; Thu, 16 Apr 2009 18:18:54 +0200 (CEST) Received: by plebeian.afflictions.org (Postfix, from userid 1001) id 2BF04311C; Thu, 16 Apr 2009 12:18:52 -0400 (EDT) Date: Thu, 16 Apr 2009 12:18:51 -0400 From: Damian Gerow To: freebsd-current@freebsd.org Message-ID: <20090416161851.GC1605@plebeian.afflictions.org> References: <49BD117B.2080706@163.com> <200904131304.43585.jhb@freebsd.org> <20090416144251.GA1605@plebeian.afflictions.org> <200904161145.38687.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904161145.38687.jhb@freebsd.org> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: ZFS checksum errors on umass(4) insertion X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 16 Apr 2009 16:18:56 -0000 John Baldwin wrote: : > I'm at a bit of a loss as to what to test next, other than checking for an : > increased number of checksum errors after unloading umass. However, I'm not : > convinced this is going to highlight the actual problem. I'm all ears as to : > what to test for at this point, as I'm running out of ideas. : > : > A little less wordy: help? : : Do your umass(4) drives use ZFS or some other filesystem? Something in the FAT line, likely FAT32. I use ZFS for everything but my root filesystem (/usr, /var, /tmp, /home, and a few other non-default mountpoints), but I stick with FAT for removable devices. It's probably worth pointing out that I don't need to mount the filesystem to trigger the issue.