Received: with ECARTIS (v1.0.0; list linux-xfs); Fri, 07 Feb 2003 05:48:12 -0800 (PST) Received: from zok.sgi.com (zok.SGI.COM [204.94.215.101]) by oss.sgi.com (8.12.5/8.12.5) with SMTP id h17Dm53v011648 for ; Fri, 7 Feb 2003 05:48:06 -0800 Received: from ledzep.americas.sgi.com (ledzep.americas.sgi.com [192.48.203.134]) by zok.sgi.com (8.12.2/8.12.2/linux-outbound_gateway-1.2) with ESMTP id h17D2tKp015174 for ; Fri, 7 Feb 2003 05:02:55 -0800 Received: from poppy-e236.americas.sgi.com (poppy-e236.americas.sgi.com [128.162.236.207]) by ledzep.americas.sgi.com (SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id HAA04653; Fri, 7 Feb 2003 07:55:50 -0600 (CST) Received: from stout.americas.sgi.com (stout.americas.sgi.com [128.162.232.50]) by poppy-e236.americas.sgi.com (980427.SGI.8.8.8/SGI-server-1.8) with ESMTP id HAA58703; Fri, 7 Feb 2003 07:55:50 -0600 (CST) Date: Fri, 7 Feb 2003 07:50:21 -0600 (CST) From: Eric Sandeen X-X-Sender: sandeen@stout.americas.sgi.com To: Jan Derfinak cc: linux-xfs@oss.sgi.com Subject: Re: can't seek in filesystem at bb 8207728640 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-archive-position: 2565 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: sandeen@sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 2034 Lines: 60 How big is your filesystem? 8207728640*512 is >2T, I doubt that your 8th partition on your IDE drive is that big... :) Can you try an xfs_repair -n on /dev/hda8 when it's unmounted, see if it finds any errors? (-n tells it to not really make any changes, do it without -n if you really want it to repair). -Eric On Fri, 7 Feb 2003, Jan Derfinak wrote: > Hi all. > > # xfs_db -r /dev/hda8 > xfs_db: freesp > can't seek in filesystem at bb 8207728640 > can't read btree block 0/1025966080 > can't seek in filesystem at bb 29141501952 > can't read btree block 0/3642687744 > from to extents blocks pct > 1 1 55 55 0.02 > 2 3 141 338 0.10 > 4 7 166 947 0.27 > 8 15 477 5803 1.67 > 16 31 50 1148 0.33 > 32 63 20 929 0.27 > 64 127 25 2439 0.70 > 128 255 11 1691 0.49 > 256 511 1 423 0.12 > 512 1023 1 664 0.19 > 4096 8191 3 19129 5.49 > 8192 16383 3 36191 10.39 > 16384 32767 1 32228 9.25 > 32768 65535 3 148128 42.53 > 65536 131071 1 98208 28.19 > xfs_db: > > I found this message on one of my xfs partions. Please can anybody explain > me that? How dangerous is that for my data? The FS seems to work normaly, I > can write to disk, delete and read (I tried to read all data on partition.). > After founding this messages I checked all my computers with xfs filesystem > but messages appears only on this one partition. I'm using always the latest > CVS snap-patch but I don't know if bug happend with last one or previous one > (I don't use xfs_db regularly). If you need any additional information, > please let me know. > > Kernel is vanilla 2.4.20 with > SGI XFS Snap-Patch-2003-01-26 with ACLs, quota, no debug enabled > Partition is mounted without quota. > > xfs_db is from xfsprogs-2.3.6 > > Thanks. > > Jan Derfinak > > > >