[ Version ( since = "1.53.5" ) ]
public string findfs_partuuid (string uuid) throws Error
find a partition by UUID
This command searches the partitions and returns the one which has the given partition UUID. An error is returned if no such partition can be found.
To find the UUID of a partition, use blkid (PART_ENTRY_UUID).
| this |
A GuestfsSession object |
|
the returned string, or NULL on error |