-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- crc32 are stored in the header after it has been written - Remove initialized state & configuration - add the option to allow the partition count to be changed - add the option to only open a disk if both headers are valid - add the option to keep the backup partition readonly - split `GptDisk::remove_partition` into two functions `remove_partition` and `remove_partition_by_guid` - add `GptDisk::header` function which allows to get the current header (either primary or backup) - add `GptDisk::take_partitions` - remove `GptDisk::update_partitions_safe` since you can now use the readonly backup option - remove `GptDisk::update_partitions_embedded` since you can now allow the partition count to be changed - add `GptDisk::device_ref` - add `GptDisk::device_mut`
- Loading branch information
1 parent
8e505e3
commit c0335be
Showing
7 changed files
with
506 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.