Bug 117421
Summary: | e2fsprogs: mke2fs ignores sparse_super2 when also using extent or 64bit | ||
---|---|---|---|
Product: | File System | Reporter: | Kelly Collard (kellyc) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | kellyc, tytso |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.2.8 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Kelly Collard
2016-04-30 11:08:21 UTC
I'll add some checks so that e2fsck prints an error and explains what the user did wrong, but you are only supposed to specify the -O option once. If you want to specify more than one file system feature to enable in addition to the ones enabled by -t ext4, the -O option takes a comma separated list, e.g. e2fsck -O sparse_super2,64bit -t ext4 /dev/sdq1 I've added a commit to e2fsprogs 1.43 (when it is released) so it will accept multiple -O options, since other people will likely make the same mistake. |