From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263790AbUE2Tpv (ORCPT ); Sat, 29 May 2004 15:45:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263937AbUE2Tpv (ORCPT ); Sat, 29 May 2004 15:45:51 -0400 Received: from smtp.vzavenue.net ([66.171.59.140]:22291 "EHLO smtp.vzavenue.net") by vger.kernel.org with ESMTP id S263790AbUE2Tps (ORCPT ); Sat, 29 May 2004 15:45:48 -0400 Message-ID: <40B8E81F.8050405@vzavenue.net> Date: Sat, 29 May 2004 15:44:31 -0400 From: Vincent van de Camp User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040322 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Lord CC: linux-kernel@vger.kernel.org, XFS List Subject: Re: xfs partition refuses to mount References: <40B89FE7.5090203@vzavenue.net> <40B8D24A.4080703@xfs.org> In-Reply-To: <40B8D24A.4080703@xfs.org> X-Enigmail-Version: 0.83.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=0/50, host=smtp.vzavenue.net Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Thanks for the information. The debug option certainly was not intentional. I have tried fsck.xfs, but that didn't do anything but print a version message. I haven't tried xfs_repair. I didn't know of it's existance. That's definately something to try out next time, though. Thanks, Vincent Steve Lord wrote: > Vincent van de Camp wrote: > >> I run a gentoo system, and after updating python 2.3.3-r1, the emerge >> -DU that was running segfaulted. I had to hard reset the computer and >> since then the main (and only) partition refuses to mount. >> >> The motherboard is an A7N8X Deluxe, with a Western Digital 36GB SATA >> Raptor drive. Kernel version was 2.6.5. The message: >> >> XFS mounting filesystem ide2(33,1) >> Starting XFS recovery on filesystem: ide2(33,1) (dev: ide2(33,1)) >> XFS assertion failed: *(uint *)dp == XFS_TRANS_HEADER_MAGIC, file: >> xfs_log_recover.c, line: 1424 >> kernel BUG at debug.c:55! >> invalid operand: 0000 >> ohci1394 ieee1394 3c59x floppy serial isa-pnp usb-storage hid usb-ohci >> ehci-hcd usbcore >> CPU: 0 >> EIP: 0010:[] Not tainted >> EFLAGS: 00010282 >> eax: 00000061 ebx: 00000001 ecx: 00000000 edx: f773c000 >> esi: f6d79780 edi: 00000034 ebp: 00000008 esp: f6de7b68 >> ds: 0018 es: 0018 ss: 0018 >> Process mount (pid: 2689, stackpage=f6de7000) >> Stack: c04180e0 c0414be0 c03ed901 00000590 c029d43e c0414be0 c03ed901 >> 00000590 >> f7340720 f7c36260 f6d79774 00000008 c029f6e5 f7340720 f6d79780 >> 00000034 >> f6d79780 00000020 f6d7a200 00000001 f7341200 f6de7c24 f73d1070 >> 00000011 >> Call Trace: [] [] [] [] >> [] [] [] [] [] >> [] [] [] [] [] >> [] [] [] [] [] >> [] [] [] [] [] >> [] >> Code: 0f 0b 37 00 6f f1 3e c0 83 c4 10 c3 89 f6 8b 0d e0 95 10 c0 >> >> If there's a separate xfs list, I'll be happy to post it there too. >> >> Thanks, >> Vincent > > > Added the XFS mailing list to the cc list.... > > You have turned on XFS debug, which is really a developer option. It > looks like you have a corrupt journal though. A non debug kernel may > still refuse to mount it and you would need to run xfs_repair from > a rescue disk in that case. > > Steve > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ >