14 lines
586 B
Text
14 lines
586 B
Text
|
# crypttab: mappings for encrypted partitions
|
||
|
#
|
||
|
# Each mapped device will be created in /dev/mapper, so your /etc/fstab
|
||
|
# should use the /dev/mapper/<name> paths for encrypted devices.
|
||
|
#
|
||
|
# NOTE: Do not list your root (/) partition here.
|
||
|
|
||
|
# <name> <device> <password> <options>
|
||
|
# home /dev/hda4 /etc/mypassword1
|
||
|
# data1 /dev/hda3 /etc/mypassword2
|
||
|
# data2 /dev/hda5 /etc/cryptfs.key
|
||
|
# swap /dev/hdx4 /dev/urandom swap,cipher=aes-cbc-essiv:sha256,size=256
|
||
|
# vol /dev/hdb7 none
|