From owner-freebsd-fs@FreeBSD.ORG Fri Feb 4 17:16:55 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 739BA106566C; Fri, 4 Feb 2011 17:16:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 44BF78FC12; Fri, 4 Feb 2011 17:16:55 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id EC17E46B2C; Fri, 4 Feb 2011 12:16:54 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 267608A01D; Fri, 4 Feb 2011 12:16:54 -0500 (EST) From: John Baldwin To: Doug Barton Date: Fri, 4 Feb 2011 07:59:51 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <4D47B954.3010600@FreeBSD.org> <201102021704.04274.jhb@freebsd.org> <4D4B34F8.3040101@FreeBSD.org> In-Reply-To: <4D4B34F8.3040101@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102040759.51736.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 04 Feb 2011 12:16:54 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=2.1 required=4.2 tests=BAYES_00,DATE_IN_PAST_03_06, MAY_BE_FORGED,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: freebsd-fs@freebsd.org Subject: Re: ext2fs crash in -current (r218056) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2011 17:16:55 -0000 On Thursday, February 03, 2011 6:06:32 pm Doug Barton wrote: > On 02/02/2011 14:04, John Baldwin wrote: > > Err, this is a different panic than what you reported earlier. Your disk died > > and spewed a bunch of EIO errors. I can look at the locking assertion failure > > tomorrow, but this is a differnt issue. Even UFS needed a good bit of work to > > handle disks dying gracefully. > > Can you defined "died" a bit? :-/ I just plugged it back in and it > seems to be working Ok, but it's my backup disk so if I'm looking at a > potential failure I'm a bit worried ... It's hard to say as the other errors have already scrolled off the screen. If you accidentally bumped the drive so that USB detached it then that would have the same effect. -- John Baldwin