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

Allow setting read/write, UUID and volume name options for EXT4 file systems #2199

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

Conversation

pojntfx
Copy link

@pojntfx pojntfx commented Jul 10, 2024

Currently, file systems generated by the tar2ext4 tool lack a volume name and have their UUID set to 0000-...., despite the superblock in the internal package having the fields available. This PR allows to optionally set these fields with ReadWrite() Option, UUID(uuid [16]byte) Option and VolumeName(volumeName [16]byte) Option. The existing behavior does not change as a result of this.

@pojntfx pojntfx requested a review from a team as a code owner July 10, 2024 21:21
@pojntfx
Copy link
Author

pojntfx commented Jul 10, 2024

@microsoft-github-policy-service agree company="Loophole Labs"

…T4 file system writer

Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
@pojntfx pojntfx force-pushed the add-read-write-uuid-volume-name-options branch from 2f57b0f to 9361934 Compare July 18, 2024 18:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants