vfs_uuid
Description:
get the filesystem UUID
This returns the filesystem UUID of the filesystem on mountable
.
If the filesystem does not have a UUID, this returns the empty string.
To find a filesystem from the UUID, use findfs_uuid.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |