Difference between revisions of "dmcrypt"
From thelinuxwiki
| (2 intermediate revisions by one user not shown) | |||
| Line 8: | Line 8: | ||
activating LVM VGs | activating LVM VGs | ||
# vgchange -a y | # vgchange -a y | ||
| + | |||
| + | Guide for new gentoo install [[http://www.carrier-lost.org/blog/fully-encrypted-gentoo-system-with-lukscryptsetup-and-lvm/comment-page-1#comment-16710]] | ||
[[category:encryption]] | [[category:encryption]] | ||
Latest revision as of 04:46, 5 April 2013
Home not opening on boot, run the following manually
# cryptsetup luksOpen /dev/vg1/home crypthome
Enter passphrase for /dev/vg1/home:
# mount /dev/mapper/crypthome /home
activating LVM VGs
# vgchange -a y
Guide for new gentoo install [[1]]