Received: with ECARTIS (v1.0.0; list xfs); Fri, 22 Dec 2006 12:53:02 -0800 (PST) Received: from cfa.harvard.edu (cfa.harvard.edu [131.142.10.1]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id kBMKquqw031719 for ; Fri, 22 Dec 2006 12:52:57 -0800 Received: from titan (titan [131.142.24.40]) by cfa.harvard.edu (8.13.7/8.13.7/cfunix Mast-Sol 1.0) with ESMTP id kBMKpFi4006476; Fri, 22 Dec 2006 15:51:15 -0500 (EST) Date: Fri, 22 Dec 2006 15:51:08 -0500 (EST) From: Gaspar Bakos Reply-To: gbakos@cfa.harvard.edu To: Russell Cattelan cc: linux-xfs@oss.sgi.com Subject: Re: unexpected XFS SB magic number In-Reply-To: <1166818324.20632.35.camel@xenon.msp.redhat.com> Message-ID: References: <1166818324.20632.35.camel@xenon.msp.redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-archive-position: 10108 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: gbakos@cfa.harvard.edu Precedence: bulk X-list: xfs Content-Length: 534 Lines: 29 Dear Russell, RE: > xfs_db /dev/sdc1 > sb 0 > p > look like? Unfortunately I can not enter interactive mode with xfs_db: [root@localhost ~]# xfs_db /dev/sdc1 xfs_db: unexpected XFS SB magic number 0x45464920 xfs_db: size check failed xfs_db: read failed: Invalid argument xfs_db: data size check failed xfs_db: failed to alloc 58876353264 bytes: Cannot allocate memory [root@localhost ~]# I also tried specifying the command on the cmdline: xfs_db -c "sb 0" -c p /dev/sdc1 But I get exactly the same message. Cheers, Gaspar