1 (edited by mrsteve0924 2022-02-22 01:16:39)

Topic: PARTUUID - how to see with gparted?

is there any way to see the Partition Unique GUID with gparted?  i  know i can see the filesystem UUID easily enough.

i know I can get the PARTUUID with gdisk. but i like using gparted for everything if i can.

thanks

2

Re: PARTUUID - how to see with gparted?

No GParted doesn't show the the UUID of a GPT partition.

Also the API of the libparted library GParted uses to perform partition actions doesn't expose reporting the partition UUID either, so GParted doesn't have a way to get it.  https://www.gnu.org/software/parted/api/index.html.

3

Re: PARTUUID - how to see with gparted?

mfleetwo wrote:

No GParted doesn't show the the UUID of a GPT partition.

Also the API of the libparted library GParted uses to perform partition actions doesn't expose reporting the partition UUID either, so GParted doesn't have a way to get it.  https://www.gnu.org/software/parted/api/index.html.

ok. thanks for the reply!