ldmtool_create_all
Description:
scan and create Windows dynamic disk volumes
This function scans all block devices looking for Windows dynamic disk volumes and partitions, and creates devices for any that were found.
Call list_ldm_volumes and list_ldm_partitions to return all devices.
Note that you don't normally need to call this explicitly, since it is done automatically at launch time. However you might want to call this function if you have hotplugged disks or have just created a Windows dynamic disk.
This function depends on the feature "ldm". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |