cryptsetup luksOpen /dev/<dein-device> <dein-name>
Schritt 2a: (Falls kein LVM auf Crypto-Partition)
mount -t <fstype> /dev/mapper/<dein-name> /dein/mountpoint
Schritt 2b: (falls LVM auf Crypto-Partition)
vgscan
vgchange -ay
mount -t <fstype> /dev/mapper/<dein-lvgroup> /dein/mountpoint