Encrypted File systems in Ubuntu

From wiki.breedveld.net
Revision as of 09:38, 23 August 2010 by Roland (Talk | contribs) (New page: 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: s...)

(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