2002-07-01 19:19:23

by Bongani Hlope

[permalink] [raw]
Subject: EXT3 errors

Hi

Does anyone what cause's these message. I have a 41M messages file
because of the.


Jul 1 04:02:14 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_new_block: Allocating block in system zone - block = 32802
Jul 1 04:02:14 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_new_block: Allocating block in system zone - block = 32803
Jul 1 04:02:14 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_new_block: Allocating block in system zone - block = 32804
Jul 1 04:02:15 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_free_blocks: Freeing blocks in system zones - Block = 32802, count
= 3
Jul 1 04:06:02 localhost kernel: attempt to access beyond end of device
Jul 1 04:06:02 localhost kernel: 03:46: rw=0, want=1025837100,
limit=6345643
Jul 1 04:06:02 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_readdir: directory #17205 contains a hole at offset 0
Jul 1 04:06:02 localhost kernel: attempt to access beyond end of device
Jul 1 04:06:02 localhost kernel: 03:46: rw=0, want=226335104,
limit=6345643
Jul 1 04:06:02 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_readdir: directory #17205 contains a hole at offset 4096
Jul 1 04:06:02 localhost kernel: attempt to access beyond end of device
Jul 1 04:06:02 localhost kernel: 03:46: rw=0, want=362922408,
limit=6345643
Jul 1 04:06:02 localhost kernel: EXT3-fs error (device ide0(3,70)):
ext3_readdir: directory #17205 contains a hole at offset 8192

I was using linux-2.4.19-pre10-aa when I found these messages this
morning.

Thanx

-- Bongani


2002-07-01 21:37:55

by Andrew Morton

[permalink] [raw]
Subject: Re: EXT3 errors

Bongani wrote:
>
> Hi
>
> Does anyone what cause's these message. I have a 41M messages file
> because of the.
>
> Jul 1 04:02:14 localhost kernel: EXT3-fs error (device ide0(3,70)):
> ext3_new_block: Allocating block in system zone - block = 32802

Your filesystem is wrecked. Did you get some I/O errors?

You need to unmount it, run `e2fsck -f' and fix it up.

-

2002-07-02 04:10:46

by Bongani Hlope

[permalink] [raw]
Subject: Re: EXT3 errors

On Mon, 2002-07-01 at 23:38, Andrew Morton wrote:
> Bongani wrote:
> >
> > Hi
> >
> > Does anyone what cause's these message. I have a 41M messages file
> > because of the.
> >
> > Jul 1 04:02:14 localhost kernel: EXT3-fs error (device ide0(3,70)):
> > ext3_new_block: Allocating block in system zone - block = 32802
>
> Your filesystem is wrecked. Did you get some I/O errors?

I found these from the day before

Jun 30 12:31:00 localhost kernel: hdb: dma_intr: status=0x51 {DriveReady
SeekComplete Error }
Jun 30 12:31:00 localhost kernel: hdb: dma_intr: error=0x84
{DriveStatusError BadCRC }


>
> You need to unmount it, run `e2fsck -f' and fix it up.
>

I have done that already

Thank you


2002-07-02 11:33:25

by Liakakis Kostas

[permalink] [raw]
Subject: Re: EXT3 errors

On 2 Jul 2002, Bongani wrote:

> On Mon, 2002-07-01 at 23:38, Andrew Morton wrote:
> > Bongani wrote:
> > > Jul 1 04:02:14 localhost kernel: EXT3-fs error (device ide0(3,70)):
> > > ext3_new_block: Allocating block in system zone - block = 32802
> > Your filesystem is wrecked. Did you get some I/O errors?
>
> I found these from the day before
>
> Jun 30 12:31:00 localhost kernel: hdb: dma_intr: status=0x51 {DriveReady
> SeekComplete Error }
> Jun 30 12:31:00 localhost kernel: hdb: dma_intr: error=0x84
> {DriveStatusError BadCRC }

Ah, so you hard disk is wrecked too...

See what badblocks -v on the damaged partition device has to say...

-K.