LUKS
Zur Navigation springen
Zur Suche springen
Setup to mount
maybe only needed if permanently mounting crypted drived at startup:
vi crypttab vi fstab
Mount
Lookup your device
fdisk --list
cryptsetup open /dev/sdb2 maxtor2
Creates a block device
mount /dev/mapper/maxtor2 maxtor_2
When the mapper device is there, simply call
umount maxtor_2