Hello,
how can I mount a LUKS encrypted drive on a unprivileged container?
When I try I get:
root@lxc:~# cryptsetup luksOpen /dev/8TB_USB 8TB_USB
Device /dev/8TB_USB is not a valid LUKS device.
root@lxc:~# cryptsetup luksOpen /dev/disk/by-uuid/32d11513-06a3-4e72-a799-8a987efdacca 8TB_USB
Cannot initialize device-mapper. Is dm_mod kernel module loaded?
Cannot use device 8TB_USB, name is invalid or still in use.
Enter passphrase for /dev/disk/by-uuid/32d11513-06a3-4e72-a799-8a987efdacca:
Cannot initialize device-mapper. Is dm_mod kernel module loaded?
Cannot use device 8TB_USB, name is invalid or still in use.
how can I mount a LUKS encrypted drive on a unprivileged container?
When I try I get:
root@lxc:~# cryptsetup luksOpen /dev/8TB_USB 8TB_USB
Device /dev/8TB_USB is not a valid LUKS device.
root@lxc:~# cryptsetup luksOpen /dev/disk/by-uuid/32d11513-06a3-4e72-a799-8a987efdacca 8TB_USB
Cannot initialize device-mapper. Is dm_mod kernel module loaded?
Cannot use device 8TB_USB, name is invalid or still in use.
Enter passphrase for /dev/disk/by-uuid/32d11513-06a3-4e72-a799-8a987efdacca:
Cannot initialize device-mapper. Is dm_mod kernel module loaded?
Cannot use device 8TB_USB, name is invalid or still in use.
Last edited: