What's the easiest way to encrypt all of my files in ubuntu 10.04?

0

I'm looking for the easiest way to encrypt an entire hard drive of a personal computer, and I still would like it to be quick. I'd appreciate any help.

James

Posted 2010-07-12T06:10:02.113

Reputation: 4 189

Answers

1

The "quickest" (easiest?) way is to encrypt the partition during installation - if the disk is a complete Ubuntu system. Ubuntu comes with support for an encrypted /home directory and for encrypting the full system; encrypting the entire system would probably not be worth it. It would mean encrypting log files, system configuration, system binaries, and swap.

In any case, the use of ecryptfs would do what you want. Make sure you have ecryptfs-utils loaded.

If you aren't afraid of some technical documentation, you could try these excellent Ubuntu documents:

EncryptedFilesystemOnIntrepid
EncryptedFilesystems

If installation is possible, you could try that - I think it requires LVM to use encryption.

Mei

Posted 2010-07-12T06:10:02.113

Reputation: 349