|
|
Subscribe / Log in / New account

OpenPGP in Rust: the Sequoia project

OpenPGP in Rust: the Sequoia project

Posted Sep 17, 2020 7:48 UTC (Thu) by mezcalero (subscriber, #45103)
In reply to: OpenPGP in Rust: the Sequoia project by alison
Parent article: OpenPGP in Rust: the Sequoia project

Use libfdisk from util-linux for the GPT stuff.


to post comments

OpenPGP in Rust: the Sequoia project

Posted Sep 17, 2020 14:36 UTC (Thu) by alison (subscriber, #63752) [Link] (1 responses)

Neither libfdisk nor libparted fully support EFI. For example, no partition labels.

OpenPGP in Rust: the Sequoia project

Posted Sep 22, 2020 6:30 UTC (Tue) by jwilk (subscriber, #63328) [Link]

As far as I can see, libfdisk does support EFI partition labels:
extern int fdisk_partition_set_name(struct fdisk_partition *pa, const char *name);
extern const char *fdisk_partition_get_name(struct fdisk_partition *pa);


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds