Skip to content
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

Add option to disable check of blk group dsc size #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

surban
Copy link

@surban surban commented Jan 27, 2022

If set to true, the check that the block group descriptor size is zero
outside long mode is skipped. This is necessary to read some ext4
filesystems created by possibly buggy tools or kernels.

Fixes #4.

If set to true, the check that the block group descriptor size is zero
outside long mode is skipped. This is necessary to read some ext4
filesystems created by possibly buggy tools or kernels.

Fixes FauxFaux#4.
@surban
Copy link
Author

surban commented Jul 12, 2022

This may become unnecessary when #11 is merged.

dmitry-zakablukov added a commit to passware/ext4-rs that referenced this pull request Mar 23, 2023
…ым потоком данных

Merge in CRATES/ext4-rs from cases/PKM-1590 to without_state_verification

* commit '3401da1a1a41648c569a5673590223cb8372b9a8':
  [PKM-1590] Tests compilation fixed
  [PKM-1590] Using our own ReadAt trait to be able to work with Read+Seek objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AssumptionFailed { reason: "outside long mode, block group desc size must be zero, not 32" }
1 participant