Guest User

Untitled

a guest
Nov 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 1. Find out the UUID of the home partition you're trying to mount: blkid
  2. 2. edit /etc/crypttab and add the following line:
  3. my-encrypted-home UUID="<UUID-from-above-command>" none luks
  4. 3. edit /etc/fstab and comment out the previous home entry and add the following:
  5. /dev/mapper/my-encrypted-home /home ext4 defaults 1 2
Add Comment
Please, Sign In to add comment