Displaying 1 result from an estimated 1 matches for "lukstest".
Did you mean:
luketest
2011 Jul 12
2
[PATCH 0/2] Add /dev/mapper/* paths to guestfish tab completion.
When you open a LUKS device, you have to associate it with a "raw"
device mapper device (eg. /dev/mapper/lukstest). Previously there has
been no way through the API to list such devices after they have been
created. Also they are not revealed when you tab-complete /dev paths
in guestfish.
These two patches fix this. The first patch adds a new API called
guestfs_list_dm_devices which lists all device mapper...