Install the package "lvm2" in order to the commandline tools needed:
Code: Select all
apt-get install lvm2
Code: Select all
pvscan
vgscan
vgchange -a y
lvscan
When I tried to open an encrypted one, it asked me for my password and then stopped with the following error message:
So I installed the package "cryptsetup" and then tried it again: It worked!Error starting job: Failed to execute child process "cryptsetup" (No such file or directory).