Re: [2.5.69] ext3 error: rec_len %% 4 != 0

From: Florian Weimer (fw@deneb.enyo.de)
Date: Wed May 28 2003 - 03:54:16 EST


Andrew Morton <akpm@xxxxxxxxx> writes:

> Are you using htree? Run
>
> dumpe2fs -h /dev/hda1 | grep features
>
> and if it says "dir_index" then try turning it off:
>
> tune2fs -O ^dir_index /dev/hda1
>
> and reboot.

No dir_index here, sorry.

> If it is not an htree problem (and htree seems pretty stable now)
> then possibly the IO system has lost some data. If possible, try
> using a normal old disk (no RAID).

Sorry, that's not possible, the data does not fit onto a single
disk. 8-(

> Falling back to ext2 for a while would be interesting.

Okay, will fallback to ext2 next time a reboot is required. (I guess
removing the has_journal feature using tune2fs is the easiest way to
do this, after a clean unmount, of course.)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/