btrfs_filesystem_show


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.33.29" ) ]
public string[] btrfs_filesystem_show (string device) throws Error

list devices for btrfs filesystem

Show all the devices where the filesystems in device is spanned over.

If not all the devices for the filesystems are present, then this function fails and the errno is set to ENODEV.

This function depends on the feature "btrfs". See also feature_available.

Parameters:

this

A GuestfsSession object

Returns:

an array of returned strings, or NULL on error