-
Notifications
You must be signed in to change notification settings - Fork 7
Add support for orphan_file and metadata_csum features #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
On a FS with this feature enabled, such as displayed here:
using this library to parse the filesystem's partitions will lead to error: |
Looks like there are a couple more related flags e.g. EXT4_FEATURE_RO_COMPAT_ORPHAN_PRESENT https://elixir.bootlin.com/linux/latest/source/fs/ext4/ext4.h Also metadata_csum is currently not supported I'll have a look when time permits |
Was able to create file system with the flag using |
Basic support was added, closing issue |
This feature was enabled by default in e2fsprogs mkfs version 1.47.0
Some OS have decided to disable it later in their packagings, for example Ubuntu enabled orphan_file in e2fsprogs (1.47.0-1) on 23.04, and then disabled it "temporarily" in 1.47.0-1ubuntu2, and then "definitely" in 1.47.0-2 for 23.10
The text was updated successfully, but these errors were encountered: