list_dm_devices


Description:

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

list device mapper devices

List all device mapper devices.

The returned list contains /dev/mapper/* devices, eg. ones created by a previous call to luks_open.

Device mapper devices which correspond to logical volumes are *not* returned in this list. Call lvs if you want to list logical volumes.

Parameters:

this

A GuestfsSession object

Returns:

an array of returned strings, or NULL on error