Finding Partition Type in GPT Partitioning System?
-
- Posts: 16
- Joined: Thu Jul 01, 2021 3:24 pm
Finding Partition Type in GPT Partitioning System?
Is there a way to get the partition's type when using a GPT system, like how you get an ID for the partition type from the MBR?
-
- Member
- Posts: 5492
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Finding Partition Type in GPT Partitioning System?
Yes: the PartitionTypeGUID field in the partition entry.
The definition of this field can be found in the UEFI specification. There's also a pretty good list of existing GUIDs (and other useful information) in Wikipedia.
The definition of this field can be found in the UEFI specification. There's also a pretty good list of existing GUIDs (and other useful information) in Wikipedia.
-
- Posts: 16
- Joined: Thu Jul 01, 2021 3:24 pm
Re: Finding Partition Type in GPT Partitioning System?
Ah, thank you!