Received: with ECARTIS (v1.0.0; list xfs); Tue, 03 Jun 2008 11:58:59 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from cuda.sgi.com (cuda2.sgi.com [192.48.168.29]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m53IwttN011563 for ; Tue, 3 Jun 2008 11:58:57 -0700 X-ASG-Debug-ID: 1212519587-676a013e0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from proxy1.bredband.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id E51571E1DA8 for ; Tue, 3 Jun 2008 11:59:48 -0700 (PDT) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by cuda.sgi.com with ESMTP id LpIsorcByKRrT1xz for ; Tue, 03 Jun 2008 11:59:48 -0700 (PDT) Received: from ironport2.bredband.com (195.54.101.122) by proxy1.bredband.net (7.3.127) id 4811823A00C16855 for xfs@oss.sgi.com; Tue, 3 Jun 2008 20:59:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al4+AF0xRUjVctjQPGdsb2JhbACBVYcOiRcBAQEBLQGfAA Received: from c-d0d872d5.06-15-73746f44.cust.bredbandsbolaget.se (HELO DeepSpaceNine.stesmi.com) ([213.114.216.208]) by ironport2.bredband.com with ESMTP; 03 Jun 2008 20:59:47 +0200 Received: from [127.0.0.1] (voyager.stesmi.com [192.168.1.11]) by DeepSpaceNine.stesmi.com (8.12.11/8.12.11) with ESMTP id m53IxiTV029635; Tue, 3 Jun 2008 20:59:46 +0200 Message-ID: <4845949F.7080209@stesmi.com> Date: Tue, 03 Jun 2008 20:59:43 +0200 From: Stefan Smietanowski User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Spam Magnet CC: Timothy Shimmin , Eric Sandeen , xfs@oss.sgi.com X-ASG-Orig-Subj: Re: XFS: SB validate failed Subject: Re: XFS: SB validate failed References: <3607657a0805291005k457791cej1c5f867da0f95965@mail.gmail.com> <3607657a0805291446t79808c63l664780c1cbc3d871@mail.gmail.com> <483F907A.3020108@sgi.com> <3607657a0805301019h4a49dc86ne8f1f019629a1c41@mail.gmail.com> <4840406F.50402@stesmi.com> <48408D3E.3090401@gmail.com> <48409981.1050405@stesmi.com> <48425148.1080105@gmail.com> <48427DEE.40400@stesmi.com> <3607657a0806031036r702ab6a5w7ca6517c19395b9b@mail.gmail.com> <3607657a0806031056w24efa917q625f13bfe9eaa706@mail.gmail.com> In-Reply-To: <3607657a0806031056w24efa917q625f13bfe9eaa706@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira Milter 1.0.7; VAE 6.29.0.5; VDF 6.29.0.100 X-Barracuda-Connect: proxy1.bredband.net[195.54.101.71] X-Barracuda-Start-Time: 1212519589 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.1, rules version 3.1.52266 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV 0.91.2/6021/Wed Feb 27 15:55:48 2008 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 16240 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: stesmi@stesmi.com Precedence: bulk X-list: xfs Spam Magnet wrote: >> (The healthy disk image also doesn't have any XFS but it has: 'S f x' >> (capital s)) > > Correcting my mistake: > > The healthy image file does have the X F S B at 10000000 (octal) as > fdisk had reported: > Pt# Device Info Start End Sectors Id System > 8: 2gb-ubuntu.img1 4096 3915599 3911504 a SGI xfs > > 4096*512=2097152 (10000000 octal): > $ od -t c 2gb-ubuntu.img | grep 10000000 > 10000000 X F S B \0 \0 020 \0 \0 \0 \0 \0 \0 \a u 350 > > I tried to see if I can find do the same thing for jaz7.img: > Pt# Device Info Start End Sectors Id System > 8: jaz7.img1 3072 2091007 2087936 a SGI xfs > > $ od -t c jaz7.img | grep 6000000 > 6000000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 > > I guess all those zeros are not good signs. Wait a moment. Aren't jaz sectors 2k each? Try at 3072*2048 instead. // Stefan