Can you unencrypt / remove encryption from a user home folder? [duplicate]
Solution 1:
Yes, you can. The short and dirty description of how to do it is this:
- Copy your files out of your home directory to another (unencrypted) location.
- Move or remove the encrypted home directory out of the way.
- Restore your files.
The actual process is more complicated than this. The Ubuntu Documentation assumes you've already moved your data without telling you how; this description from Virtually Machine shows you how.
In short:
- Log in as root.
- Move the encrypted home directory so it mounts not on the home directory, but on a directory called
Private
in your home directory. - Move everything out of the
~/Private
directory into~
. - Remove ecryptfs if desired.
See Virtually Machine for more specifics.
I would recommend logging out and back in just after the move: this makes sure everything is updated in your environment and so on.