vfs_label
Description:
get the filesystem label
This returns the label of the filesystem on mountable.
If the filesystem is unlabeled, this returns the empty string.
To find a filesystem from the label, use findfs_label.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
the returned string, or NULL on error |