4

Possible Duplicate:
Is there a way to do full disk encryption after the install?

I have a ubuntu distribution (12.10) in my laptop, but i didn't encrypt my hard disk in the installation phase. It's possible that i could encrypt my hard disk without install everything again? And without loosing my files and programs already installed e configured? Thanks in advance.

João
  • 41

1 Answers1

2

The answer is probably no; full disk encryption (at least, using the native dm-crypt method) officially requires completely wiping the Ubuntu partition and reinstalling it inside an encrypted container. It is not possible to do this incrementally without employing third-party tools that come with a lot of disclaimers about the risks involved in this, e.g. LUKS In-Place

However, encrypting the whole disk tends to be unnecessary, since there is little security implication in having the standard parts of an Ubuntu system stored unencrypted. You may want to look at either encrypting your home directory (which should be possible without reinstalling, even if not easy), or just creating a single encrypted folder for sensitive files.

underscore_d
  • 293
  • 4
  • 13
chronitis
  • 12,647