2002-03-16 19:58:21

by John McCutchan

[permalink] [raw]
Subject: ext3_error()

Hello,

I got this in my kern.log file:

Feb 20 00:41:00 golbez kernel: ext3_free_blocks: Freeing blocks not in datazone
- block = 538082710, count = 1

What could be the cause of this?

John


2002-03-16 22:13:44

by Andrew Morton

[permalink] [raw]
Subject: Re: ext3_error()

John McCutchan wrote:
>
> Hello,
>
> I got this in my kern.log file:
>
> Feb 20 00:41:00 golbez kernel: ext3_free_blocks: Freeing blocks not in datazone
> - block = 538082710, count = 1
>
> What could be the cause of this?
>

Bad things. Something somewhere has corrupted in-core or
on-disk allocation tables.

Any time anything like this comes out of a filesystem, it's
time to shut everything off and run fsck.

-