Skip to content

Instantly share code, notes, and snippets.

@c3rb3ru5d3d53c
Created June 13, 2022 10:27
Show Gist options
  • Save c3rb3ru5d3d53c/dc3fec6dd24b1905cf15bae7d3d4ef46 to your computer and use it in GitHub Desktop.
Save c3rb3ru5d3d53c/dc3fec6dd24b1905cf15bae7d3d4ef46 to your computer and use it in GitHub Desktop.
Mount Encrypted Home Drive
# /etc/crypttab
lvm-home /dev/sda none luks
# /etc/fstab
/dev/mapper/lvm-home /home ext4 defaults 1 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment