I installed Ubuntu 12.04 a few days ago but strangely I seem to have skipped the part about choosing to encrypt home folder. Now if it is encrypted I do not know what is the encryption key. How do I check if it is really encrypted? (and also the swap partition).
Open terminal and type
ls -A /home
. There should be a.ecryptfs
folder, if you have encryption of your home folder.This is how to check if swap partition is encrypted:
and should check for an output similar to
If instead of
cryptswap1
there is something like a usual drive (e.g./dev/sda4
) then swap area is not encrypted.