Advertisement
Guest User

/etc/crypttab

a guest
Oct 26th, 2021
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. # Static information about the filesystems.
  2. # See fstab(5) for details.
  3.  
  4. # <file system> <dir> <type> <options> <dump> <pass>
  5. [root@manjaro-mate /]# cat /etc/crypttab
  6. # Configuration for encrypted block devices.
  7. # See crypttab(5) for details.
  8.  
  9. # NOTE: Do not list your root (/) partition here, it must be set up
  10. # beforehand by the initramfs (/etc/mkinitcpio.conf).
  11.  
  12. # <name> <device> <password> <options>
  13. # home UUID=b8ad5c18-f445-495d-9095-c9ec4f9d2f37 /etc/mypassword1
  14. # data1 /dev/sda3 /etc/mypassword2
  15. # data2 /dev/sda5 /etc/cryptfs.key
  16. # swap /dev/sdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256
  17. # vol /dev/sdb7 none
  18. LUKS_BOOT UUID=0aa71e69-f210-4552-9674-828a5a866413 /etc/luks/boot_os.keyfile luks,discard
  19. sda5_crypt UUID=e70c99df-ff59-4969-9fc9-04e3f3c51dbc /etc/luks/boot_os.keyfile luks,discard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement