Difference between revisions of "dmcrypt"
From thelinuxwiki
(Created page with " 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 ...") |
|||
Line 1: | Line 1: | ||
+ | |||
Home not opening on boot, run the following manually | Home not opening on boot, run the following manually | ||
Line 4: | Line 5: | ||
Enter passphrase for /dev/vg1/home: | Enter passphrase for /dev/vg1/home: | ||
# mount /dev/mapper/crypthome /home | # mount /dev/mapper/crypthome /home | ||
+ | |||
+ | activating LVM VGs | ||
+ | # vgchange -a y | ||
[[category:encryption]] | [[category:encryption]] |
Revision as of 04:43, 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