How to unmount an encrypted partition?

Unmount the partition umount /mnt Unmap the partition cryptsetup luksClose securebackup

Read More

How to mount an encrypted partition?

Map the partition cryptsetup luksOpen /dev/sdXN securebackup Mount the partition mount /dev/mapper/securebackup /mnt

Read More

How to setup partition encryption?

To setup partition encryption on Ubuntu, perform the following steps: Install the required software apt-get install cryptsetup For more security, erase the partition you want to encrypt with one of

Read More