ldmtool_volume_partitions
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.20.0" ) ]
public string[] ldmtool_volume_partitions (string diskgroup, string volume) throws Error
[ Version ( since = "1.20.0" ) ]
public string[] ldmtool_volume_partitions (string diskgroup, string volume) throws Error
return the partitions in a Windows dynamic disk volume
Return the list of partitions in the volume named volume in the disk group with GUID diskgroup.
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 |