How to make crypted /home under Fedora with lusk?
There are tons of articles like this one on the internets, thus I’m just writing this down as my personal note. First let’s check for the package.
[root@mmahut ~]# rpm -qa cryptsetup-luks
cryptsetup-luks-1.0.5-7.fc8
[root@mmahut ~]#
After un-mounting /and backing up :)/ our home directory, we need to erase everything on it.
[root@mmahut ~]# shred -n 5 -v /dev/vg00/lvhome
shred: /dev/vg00/lvhome: [...]
