Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Provide MFT and UsrJrnl as gz #2

Open
tiredjoe opened this issue Feb 3, 2022 · 2 comments
Open

Provide MFT and UsrJrnl as gz #2

tiredjoe opened this issue Feb 3, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tiredjoe
Copy link

tiredjoe commented Feb 3, 2022

MFT and especially UsrJrnl files may be multiple tens of GB in size, which quickly clogs filesystem space. I therefore propose to provide input as MFT.gz and UsrJrnl.gz.

@janstarke janstarke self-assigned this Feb 3, 2022
@janstarke janstarke added the enhancement New feature or request label Feb 3, 2022
@janstarke
Copy link
Owner

This cannot be easily implemented, as usnjrnl uses mmap to efficiently read large files. This has to be rewritten to use std::io::Read first...

@janstarke
Copy link
Owner

We could use https://crates.io/crates/buf_stream_reader for this

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants