storaged-project / libblockdev

A library for manipulating block devices.
GNU Lesser General Public License v2.1
103 stars 54 forks source link

part: Add human readable partition type to BDPartSpec #1045

Closed vojtechtrefny closed 1 month ago

vojtechtrefny commented 2 months ago

Unfortunately fdisk doesn't provide API to translate between the GUID and the "name" directly, we can only get it for existing partitions.

Related: https://github.com/storaged-project/blivet/issues/1258