2012-07-29 00:45:12 +00:00
|
|
|
# crypttab: mappings for encrypted partitions
|
2012-07-24 03:42:50 +00:00
|
|
|
#
|
|
|
|
# Each mapped device will be created in /dev/mapper, so your /etc/fstab
|
2012-07-29 00:45:12 +00:00
|
|
|
# should use the /dev/mapper/<name> paths for encrypted devices.
|
2012-07-24 03:42:50 +00:00
|
|
|
#
|
2012-07-29 00:45:12 +00:00
|
|
|
# The Arch specific syntax has been deprecated, see crypttab(5) for the
|
|
|
|
# new supported syntax.
|
2012-07-24 03:42:50 +00:00
|
|
|
#
|
|
|
|
# NOTE: Do not list your root (/) partition here, it must be set up
|
|
|
|
# beforehand by the initramfs (/etc/mkinitcpio.conf).
|
|
|
|
|
2014-10-29 13:52:08 +00:00
|
|
|
# <name> <device> <password> <options>
|
|
|
|
# home UUID=b8ad5c18-f445-495d-9095-c9ec4f9d2f37 /etc/mypassword1
|
|
|
|
# data1 /dev/sda3 /etc/mypassword2
|
|
|
|
# data2 /dev/sda5 /etc/cryptfs.key
|
|
|
|
# swap /dev/sdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256
|
|
|
|
# vol /dev/sdb7 none
|