[ Version ( since = "1.17.35" ) ]
public bool btrfs_device_add (string[] devices, string fs) throws Error
add devices to a btrfs filesystem
Add the list of device(s) in devices
to the btrfs filesystem mounted at fs
. If devices
is an empty
list, this does nothing.
This function depends on the feature "btrfs". See also feature_available .
this |
A GuestfsSession object |
devices |
an array of strings |
true on success, false on error |