Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f9F28VU22870 for linux-xfs-outgoing; Sun, 14 Oct 2001 19:08:31 -0700 Received: from pneumatic-tube.sgi.com (pneumatic-tube.sgi.com [204.94.214.22]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f9F28RD22848 for ; Sun, 14 Oct 2001 19:08:27 -0700 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by pneumatic-tube.sgi.com (980327.SGI.8.8.8-aspam/980310.SGI-aspam) via SMTP id TAA08060 for ; Sun, 14 Oct 2001 19:07:33 -0700 (PDT) mail_from (nathans@wobbly.melbourne.sgi.com) Received: from wobbly.melbourne.sgi.com (wobbly.melbourne.sgi.com [134.14.55.135]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id MAA02828; Mon, 15 Oct 2001 12:07:09 +1000 Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.9.3/8.9.3) id NAA31905; Mon, 15 Oct 2001 13:07:09 +1100 (AEDT) Date: Mon, 15 Oct 2001 13:07:08 +1100 From: Nathan Scott To: Nigel Kukard Cc: Linux XFS Mailing List Subject: Re: Total FS corruption - More info Message-ID: <20011015130708.H506869@wobbly.melbourne.sgi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nkukard@lbsd.net on Mon, Oct 15, 2001 at 03:37:03AM +0200 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Mon, Oct 15, 2001 at 03:37:03AM +0200, Nigel Kukard wrote: > Hi, > > here is the first tell-tail sign i get on the reboot before the "blank" hdd. > (that is from the output of dmesg btw) > > . > . > xfs_create looping, dir ino 0x80, ino 0x6d09, ide0(3,3) 0x80 == 128, which is usally the root inode number. Could you dump out the inodes with xfs_db after you see this - something like: # xfs_db -r /dev/root xfs_db: sb xfs_db: print ... xfs_db: inode 0x80 xfs_db: print ... xfs_db: inode 0x6d09 xfs_db: print ... and send the full xfs_repair output after this too. thanks. -- Nathan