Encrypted File systems in Ubuntu

From wiki.breedveld.net
Revision as of 10:38, 2 February 2016 by Roland (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Setup a Encrypted Filesystem in your home directory:

First install an config the package:

sudo apt-get install encryptfs-utils
encryptfs-setup-private

FileSystem will be mounted as:

sudo mount -t encryptfs /home/USER/.Private /home/USER/Private

Create an encrypted directory on your USB stick:

mkdir /media/DISK/.Secure /media/DISK/Secure
sudo mount -t encryptfs /media/DISK/.Secure /media/DISK/Secure