Re: Bug in ext3

Andrew Morton (akpm@zip.com.au)
Thu, 15 Nov 2001 12:48:26 -0800


Ben Collins wrote:
>
> > Please send the output of dumpe2fs, and of `fsck -fy'.
>
> No, it has always been an ext2 filesystem, and never was ext3. Fsck
> shows no errors. The point being that I do _not_ want my root filesystem
> to be ext3, but I do want ext3 built into the kernel. That case should
> not cause a problem like I have seen.
>

ext3 thinks that the filesystem's superblock has the
EXT3_FEATURE_COMPAT_HAS_JOURNAL bit set in the s_feature_compat
field of the on-disk superblock.

It's probable that that bit _is_ set. ext2 will never notice it.

Please: the dumpe2fs output?

-
-
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/