[ Version ( since = "1.33.2" ) ]
public bool part_set_disk_guid (string device, string guid) throws Error
set the GUID of a GPT-partitioned disk
Set the disk identifier (GUID) of a GPT-partitioned device to guid. Return an error if the partition table of
device isn't GPT, or if guid is not a valid GUID.
| this |
A GuestfsSession object |
|
true on success, false on error |