Bug 15391
Summary: | EXT4_USE_FOR_EXT23 causes ext4 partition to be mounted as ext2 | ||
---|---|---|---|
Product: | File System | Reporter: | Alec Moskvin (alecm) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, cruzki123, geogriffin, tytso |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Alec Moskvin
2010-02-25 03:05:23 UTC
This bug is still present in Linux 2.6.35.1, but it can be easily worked-around by appending "rootfstype=ext4" to the boot options. It's actually getting mounted using the ext4 file system driver. It's just that is getting identified as ext2 in /proc/mounts. Whether or not users see this depends on their init scripts, and especially whether they have an initrd. It is only a cosmetic issue, so it's low priority, but I do agree we should try to fix it. |