[ Version ( since = "1.3.18" ) ]
public string vfs_label (string mountable) throws Error
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.
this |
A GuestfsSession object |
the returned string, or NULL on error |