vfs_label


Description:

[ 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.

Parameters:

this

A GuestfsSession object

Returns:

the returned string, or NULL on error