list_ldm_partitions
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.20.0" ) ]
public string[] list_ldm_partitions () throws Error
[ Version ( since = "1.20.0" ) ]
public string[] list_ldm_partitions () throws Error
list all Windows dynamic disk partitions
This function returns all Windows dynamic disk partitions 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 |