Difference between revisions of "Encrypted File systems in Ubuntu"

From wiki.breedveld.net
Jump to: navigation, search
(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...)
 
m (Protected "Encrypted File systems in Ubuntu" [edit=autoconfirmed:move=autoconfirmed])
(No difference)

Revision as of 09:38, 23 August 2010

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