ldmtool_scan


Description:

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

scan for Windows dynamic disks

This function scans for Windows dynamic disks. It returns a list of identifiers (GUIDs) for all disk groups that were found. These identifiers can be passed to other "guestfs_ldmtool_*" functions.

This function scans all block devices. To scan a subset of block devices, call ldmtool_scan_devices instead.

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