Keith Owens wrote:
>
> The root partition was originally ext3. fstab now contains
>
> /dev/sda1 / ext2 defaults 1 1
>
> Booting 2.4.20-rc1 (ext3 as a module, not loaded yet) with a dirty / gets
>
> EXT2-fs: sd(8,1): couldn't mount because of unsupported optional features (4).
> Drop back to 2.4.18 and it works, automatically running fsck.ext2 -a /dev/sda1.
>
You sure? That would be a bug in 2.4.18...
ext2 does not know how to mount a needs-recovery ext3 filesystem. It
is flagged as an incompatible feature (4 -> EXT3_FEATURE_INCOMPAT_RECOVER).
If you run journal replay by mounting it with ext3 or running fsck across
it, then ext2 can mount it.
-
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/
This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:42 EST