You are not logged in.
Hi there,
I have an external hard disk which contains a single logical volume which contains a single encrypted partition.
I can decrypt and mount the partition with
cryptsetup open /dev/mapper/xxx-xxx bla
mount /dev/mapper/bla /mntHowever, after
umount /mnt
cryptsetup close blaI cannot repeat the first step. Doing
cryptsetup open /dev/mapper/xxx-xxx blayields
Device /dev/mapper/xxx-xxx is not a valid LUKS deviceThe only remedy is to reboot the computer.
Any suggestion how to solve this.
Thanks
Offline