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

Hook up partitioning crate to mutate real disks #11

Open
ikeycode opened this issue Jan 23, 2025 · 1 comment
Open

Hook up partitioning crate to mutate real disks #11

ikeycode opened this issue Jan 23, 2025 · 1 comment

Comments

@ikeycode
Copy link
Member

OK so impromptu, a large body of work landed in the partitioning crate. Primarily this surrounds partition table reloads (BLKPG),
and partition planning/strategies.

That's great, but we now need to link the data-centric APIs up to something useful, so that we can mutate partition tables and Do Things.
For now we're using gpt crate (MIT) which is a significant improvement over the 3.x series.

@ikeycode
Copy link
Member Author

Note this also means changing api away from Disk to BlockDevice in partitioning crate to facilitate the link up (imposed private paths atm)

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

No branches or pull requests

1 participant