Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 03 Apr 2006 15:26:06 -0700 (PDT) Received: from larry.melbourne.sgi.com (mverd138.asia.info.net [61.14.31.138]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with SMTP id k33MQ1gC002127 for ; Mon, 3 Apr 2006 15:26:02 -0700 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 IAA01892; Wed, 5 Apr 2006 08:21:15 +1000 Received: from wobbly.melbourne.sgi.com (localhost [127.0.0.1]) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5) with ESMTP id k34MLCJC1102450; Wed, 5 Apr 2006 08:21:13 +1000 (EST) Received: (from nathans@localhost) by wobbly.melbourne.sgi.com (SGI-8.12.5/8.12.5/Submit) id k34ML9671103849; Wed, 5 Apr 2006 08:21:09 +1000 (EST) Date: Wed, 5 Apr 2006 08:21:08 +1000 From: Nathan Scott To: sen@fnal.gov Cc: linux-xfs@oss.sgi.com Subject: Re: XFS partition recovery Message-ID: <20060405082108.A1101521@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 evgeniy.sharapov@gmail.com on Tue, Apr 04, 2006 at 03:42:50AM -0400 X-archive-position: 7580 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: nathans@sgi.com Precedence: bulk X-list: linux-xfs Status: O Content-Length: 1192 Lines: 35 On Tue, Apr 04, 2006 at 03:42:50AM -0400, Evgeniy Sharapov wrote: > I have XFS /home partition (fortunately not /). I can not mount it because > of the error during reading the superblock. > ... Actually, looks like the superblock is fine, which is good - your error message seems to be coming from a failed read in the log. > - zero log... > xfs_repair: read failed: Input/output error > senntb ~ # xfs_repair -v /dev/hda7 > Phase 1 - find and verify superblock... > Phase 2 - using internal log > - zero log... > xfs_repair: read failed: Input/output error > senntb ~ # > <-------/cut------------> So, your IDE device is returning IO errors - you're in pretty bad shape. You have two options: - use dd (or dd_rescue) with error-skipping-mode enabled to get what data remains off to a working device. Then run xfs_repair on that. - restore from your last good backup, probably again to a different device since the one above looks like its on its last legs. > http://docs.cray.com/books/S-2377-22/html-S-2377-22/fixed6bhdyq9i26.html) Yeah, from a quick look that procedure will only help you if you've got a mountable filesystem, as you noticed. cheers. -- Nathan