From owner-freebsd-stable@FreeBSD.ORG Tue Sep 19 08:42:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E813F16A4AB for ; Tue, 19 Sep 2006 08:42:32 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 13EA044323 for ; Tue, 19 Sep 2006 08:42:31 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 19 Sep 2006 09:42:30 +0100 (BST) Date: Tue, 19 Sep 2006 09:42:30 +0100 From: David Malone To: freebsd-stable@freebsd.org Message-ID: <20060919084230.GA41276@walton.maths.tcd.ie> References: <20060919054734.GA18613@pinbot.noctuarium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060919054734.GA18613@pinbot.noctuarium.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Subject: Re: ufs - fsck_ffs problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 08:42:33 -0000 On Tue, Sep 19, 2006 at 01:47:34AM -0400, noctua@bellsouth.net wrote: > Alternate super block location: 160 > ** /dev/da0c (NO WRITE) > ** Last Mounted on > ** Phase 1 - Check Blocks and Sizes > UNKNOWN FILE TYPE I=2 > CLEAR? no If inode 2 is messed up, then you may have lost the root directory of your filesystem. Repairing it probably won't be a lot of fun. I'm guessing that the RAID somehow did the wrong thing - this seems to actually be quite common. David.