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

Question: How large of an L01 is libewf capable of opening? #16

Closed
mikebbt opened this issue Aug 6, 2021 · 3 comments
Closed

Question: How large of an L01 is libewf capable of opening? #16

mikebbt opened this issue Aug 6, 2021 · 3 comments
Assignees
Labels

Comments

@mikebbt
Copy link

mikebbt commented Aug 6, 2021

I have an L01 that is 525GB+ in size that cannot be opened (error is libewf_handle_get_root_file_entry: invalid handle - missing single files.) was wondering if there is a limit? Reviewing the code but asking in case there is a quick answer, it's also possible that the L01 was corrupted but smaller L01's seem to be ok.

@joachimmetz joachimmetz self-assigned this Aug 7, 2021
@joachimmetz
Copy link
Member

joachimmetz commented Aug 7, 2021

error is libewf_handle_get_root_file_entry: invalid handle - missing single files

indicates it cannot find the single files section, so corruption is possible. Maybe the segment files are truncated? (Incomplete copy?)

The maximum size of an L01 that libewf can handle is more dependent on the number of files entries in the single files section, less on the total size of the L01 segment files, otherwise you'll hit another limit but that would be the same for E01 segment files.

@joachimmetz
Copy link
Member

See https://github.com/libyal/libewf/wiki/Troubleshooting#format-or-behavioral-errors for some tips on troubleshooting format incompatibility or corruption issues.

@mikebbt
Copy link
Author

mikebbt commented Aug 9, 2021

Appreciate the response, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants