From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030400AbWGTXAr (ORCPT ); Thu, 20 Jul 2006 19:00:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030401AbWGTXAr (ORCPT ); Thu, 20 Jul 2006 19:00:47 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:40656 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S1030400AbWGTXAq (ORCPT ); Thu, 20 Jul 2006 19:00:46 -0400 Date: Fri, 21 Jul 2006 09:00:15 +1000 From: Nathan Scott To: Justin Piszcz Cc: Chris Wedgwood , David Greaves , Kasper Sandberg , Torsten Landschoff , linux-kernel@vger.kernel.org, xfs@oss.sgi.com, ml@magog.se, radsaq@gmail.com Subject: Re: FAQ updated (was Re: XFS breakage...) Message-ID: <20060721090015.G1990742@wobbly.melbourne.sgi.com> References: <1153304468.3706.4.camel@localhost> <20060720171310.B1970528@wobbly.melbourne.sgi.com> <44BF8500.1010708@dgreaves.com> <20060720161121.GA26748@tuatara.stupidest.org> <20060721081452.B1990742@wobbly.melbourne.sgi.com> <20060721082448.C1990742@wobbly.melbourne.sgi.com> <20060721085230.F1990742@wobbly.melbourne.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jpiszcz@lucidpixels.com on Thu, Jul 20, 2006 at 06:55:51PM -0400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 20, 2006 at 06:55:51PM -0400, Justin Piszcz wrote: > Phase 6 - check inode connectivity... > - traversing filesystem starting at / ... > free block 16777216 for directory inode 2684356622 bad nused > free block 16777216 for directory inode 2147485710 bad nused > - traversal finished ... > ... > I applied the "one line fix" - I should be ok now? You have two corrupt directory inodes (caused by this bug, that is exactly the signature I'd expect - it was a nused field that was affected by the dodgey endian change). The two inodes need to be fixed - consult the FAQ for details. Once fixed, and with a patched kernel, you're set. cheers. -- Nathan