All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Marco Gatti <marco@pianoinflames.de>
Cc: linux-kernel@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Greg KH <greg@kroah.com>, Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@elte.hu>
Subject: Re: Bug: get EXT3-fs error Allocating block in system zone
Date: Thu, 6 Dec 2007 16:25:00 -0800	[thread overview]
Message-ID: <20071206162500.1f76a234.akpm@linux-foundation.org> (raw)
In-Reply-To: <4755BEA1.4090604@pianoinflames.de>

On Tue, 04 Dec 2007 21:54:57 +0100
Marco Gatti <marco@pianoinflames.de> wrote:

> Hello,
> 
> I have a brand new Fujitsu-Siemens Celsius W360 pc with a FSC D2587-A1 
> motherboard. It has a intel q35 chipset. In bios I have the sata 
> controller in pure AHCI mode (legacy pata disabled). On windows 
> everthing works fine. So mem is ok, too, tested with memtest+ overnight. 
> No failures with hdd or motherboard on windows. There's latest avaiable 
> BIOS version on the machine.
> 
> Specific system data see below.
> 
> I first tried self compiled kernel 2.6.24-rc3 and now at the end 
> 2.6.23.9 to have a stable version. I got compiled e1000 module for 
> network card onboard under latest gentoo stable version.
> 
> I first got acpi failure on boot, pci=nommconf worked first time, than I 
> patched with q35.pci.patch from 
> http://bugs.gentoo.org/show_bug.cgi?id=198810 and boot worked without 
> nommconf.

http://bugs.gentoo.org/attachment.cgi?id=135761&action=view

It disables PCI BARs during sizing.  ISTR Linus opining that this was the
wrong thing to do?

ISTR him having opinions on mmconfig too ;)

We should not require people to use obscure boot options to get their
machines working.

> But the effect is under every circumstances described above that I got 
> after an unspecific time EXT3-fs errors. I tried to use different 
> partitions, one for root and data, got errors on both.
> 
> Dec  3 15:05:34 adira EXT3-fs error (device sdb4): ext3_new_block: 
> Allocating block in system zone - blocks from 74907667, length 1
> 
> I tried different hard disks, different sizes of partitions, always the 
> same issue. I always saw that mem is fully cached (I have 8GB RAM!). 
> After that, the ext3 has severe faults fsck.ext3 repaired them, but an 
> amount of data was lost.
> 
> I also tried with different file systems (reiserfs3, xfs), also kernel 
> trace errors, so I got back to ext3.
> 
> Can't believe that it's a pure fs-error. Is it an ahci.c issue? Or a 
> problem with acpi and memory management?

At a guess I'd say the disk system is being bad.  it might be a hardware
failure too - it's a new system.

> Any ideas for fixing this?
> 

Nope, sorry.

  reply	other threads:[~2007-12-07  0:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-04 20:54 Bug: get EXT3-fs error Allocating block in system zone Marco Gatti
2007-12-07  0:25 ` Andrew Morton [this message]
2007-12-07  0:42   ` Linus Torvalds
2007-12-07  7:24     ` Marco Gatti
2007-12-08 21:21     ` Marco Gatti
2007-12-09  0:47       ` Linus Torvalds
2007-12-09 16:59         ` Marco Gatti
2007-12-09 18:56           ` Linus Torvalds
2007-12-07  7:11   ` Marco Gatti
     [not found] <fa.Fg53DJSEh/kZhf/uRCv9FYZsaSQ@ifi.uio.no>
     [not found] ` <fa.nPzIjJ2SchPb1LOa/dRWb/WyEZU@ifi.uio.no>
     [not found]   ` <fa.LkmHGN+Fx6H930bfeCDU6pGdBKM@ifi.uio.no>
     [not found]     ` <fa.oSqMiIX7WubypXrhZGaRKU5wNGU@ifi.uio.no>
     [not found]       ` <fa.0pc9/nNmTq+eWIU9rADRn0xYGdI@ifi.uio.no>
     [not found]         ` <fa.hqM73i24f6G31R5F3sKL8+3H8Ww@ifi.uio.no>
2007-12-09 17:55           ` Robert Hancock
2007-12-09 18:59             ` Linus Torvalds
2007-12-09 19:09               ` Jens Axboe
2007-12-09 19:58                 ` Marco Gatti
2007-12-09 20:04                   ` Jens Axboe
     [not found]                     ` <475C536B.5070409@pianoinflames.de>
2007-12-09 21:01                       ` Jens Axboe
2007-12-10 18:01                         ` Marco Gatti
2007-12-10 18:08                           ` Jens Axboe
2007-12-10 18:11                           ` Linus Torvalds
2007-12-10 23:59                             ` Robert Hancock
2008-01-31 18:46                               ` Marco Gatti
2007-12-18  8:36                             ` Marco Gatti
2007-12-10 16:38               ` Mark Lord
2007-12-10 17:47                 ` Marco Gatti
2007-12-19 21:25               ` Marco Gatti
2007-12-19 21:27                 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071206162500.1f76a234.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marco@pianoinflames.de \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.