list_ldm_volumes


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.20.0" ) ]
public string[] list_ldm_volumes () throws Error

list all Windows dynamic disk volumes

This function returns all Windows dynamic disk volumes that were found at launch time. It returns a list of device names.

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

Parameters:

this

A GuestfsSession object

Returns:

an array of returned strings, or NULL on error