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

Wombat Logical Image File Structure #12

Open
pjrinaldi opened this issue May 27, 2022 · 2 comments
Open

Wombat Logical Image File Structure #12

pjrinaldi opened this issue May 27, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@pjrinaldi
Copy link
Owner

Maybe i should just go with a simple lz4 compression of the image and then just stick my stuff at the end after it's done, and then it would be compatible with lz4 tools as well as my tools and might simplify the formatting, i can put my header at the end and just check it out.

@pjrinaldi pjrinaldi added the enhancement New feature or request label May 27, 2022
@pjrinaldi pjrinaldi added this to the v0.1 milestone May 27, 2022
@pjrinaldi pjrinaldi self-assigned this May 27, 2022
@pjrinaldi
Copy link
Owner Author

went with zstd compatible. implemented for imager, will implement logical at some point as tar.zst

@pjrinaldi
Copy link
Owner Author

Better idea for logical image is to simply make a file with a header, and then for each file, there is a file entry header such as FILE or something like it. Then i can simply put the metadata and the hash into a skippable frame, with some sort of separator for each metadata item and then each file is zstd compressed and then the next file starts with the file entry header. metadata can include path, filename, created, accessed, modified, hash, type, category.

@pjrinaldi pjrinaldi changed the title Image File Structure Wombat Logical Image File Structure Mar 10, 2024
@pjrinaldi pjrinaldi modified the milestones: v0.2, Feature Enhancements Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant