man > crypttab(5)

πŸ“ NAME

crypttab - static information about encrypted filesystems

πŸš€ Quick Reference

Use CaseCommandDescription
Encrypted swap devicecswap /dev/sda6 /dev/urandom plain,cipher=aes-xts-plain64,size=256,hash=sha1,swapCreates a swap device on top of encrypted dm-crypt using a random key.
LUKS device with interactive password and discardcdisk0 UUID=123... none luks,discardUnlocks a LUKS device identified by UUID, prompts for password, enables TRIM.
TrueCrypt device with interactive passwordtdisk0 /dev/sr0 none tcrypt,discardOpens a TrueCrypt device, allows discards.
Plain dm-crypt with check script and retriescdisk1 /dev/sda2 none plain,…,check,checkargs=ext4,tries=5,discardEncrypted ext4 device with filesystem verification and 5 retries.
Custom check script, no retriescdisk2 /dev/sdc1 none plain,…,check=customscript,tries=1,discardUses a custom verification script; fails after one try.
Plain dm-crypt with Twofish ciphercdisk3 /dev/sda3 none plain,cipher=twofish,size=256,hash=ripemd160,discardAlternative cipher/hash combination for plain dm-crypt.

πŸ“– DESCRIPTION

The file /etc/crypttab contains descriptive information about encrypted devices. crypttab is only read by programs (e.g. cryptdisks_start and cryptdisks_stop), and not written; it is the duty of the system administrator to properly create and maintain this file. crypttab entries are treated sequentially, so their order matters (dependencies need to be listed first).

Each encrypted device is described on a separate line. Fields on each line are separated by tabs or spaces. Lines starting with '#' are comments, and blank lines are ignored. Octal sequences \0num within a field are decoded, which can be used for values containing spaces or special characters. A backslash which doesn't start an octal sequence yields undefined behavior.

The first field, target, describes the mapped device name. It must be a plain filename without any directory components. A mapped device which encrypts/decrypts data to/from the source device will be created at /dev/mapper/target by cryptsetup.

The second field, source device, describes either the block special device or file that contains the encrypted data. Instead of giving the source device explicitly, the UUID (resp. LABEL, PARTUUID and PARTLABEL) is supported as well, using β€œUUID=<uuid>” (resp. β€œLABEL=<label>”, β€œPARTUUID=<partuuid>” and β€œPARTLABEL=<partlabel>”).

The third field, key file, describes the file to use as a key for decrypting the data of the source device. In case of a keyscript, the value of this field is given as argument to the keyscript. Note that the entire key file will be used as the passphrase; the passphrase must not be followed by a newline character.

It can also be a device name (e.g. /dev/urandom), note however that LUKS requires a persistent key and therefore does not support random data keys.

If the key file is the string none, a passphrase will be read interactively from the console. In this case, the options check, checkargs and tries may be useful.

The fourth field, options, is an optional comma-separated list of options and/or flags describing the device type (luks, tcrypt, bitlk, or plain which is also the default) and cryptsetup options associated with the encryption process. The supported options are described below. For plain dm-crypt devices the cipher, hash and size options are required. Some options can be changed on active mappings using cryptsetup refresh [<options>] <name>. Furthermore some options can be permanently written into metadata of LUKS2 headers using cryptsetup's --persistent flag.

Note that the first three fields are required and that a missing field will lead to unspecified behaviour.

πŸ”„ ON DIFFERENT CRYPTTAB FORMATS

Please note that there are several independent cryptsetup wrappers with their own crypttab format. This manpage covers Debian's implementation for initramfs scripts and SysVinit init scripts. systemd brings its own crypttab implementation. We try to cover the differences between the systemd and our implementation in this manpage, but if in doubt, better check the systemd crypttab(5) manpage, e.g. online at https://www.freedesktop.org/software/systemd/man/crypttab.html.

βš™οΈ OPTIONS

πŸ” CHECKSCRIPTS

πŸ“ EXAMPLES

# Encrypted swap device
cswap /dev/sda6 /dev/urandom plain,cipher=aes-xts-plain64,size=256,hash=sha1,swap

# Encrypted LUKS disk with interactive password, identified by its UUID, discard enabled
cdisk0 UUID=12345678-9abc-def012345-6789abcdef01 none luks,discard

# Encrypted TCRYPT disk with interactive password, discard enabled
tdisk0 /dev/sr0 none tcrypt,discard

# Encrypted ext4 disk with interactive password, discard enabled
# - retry 5 times if the check fails
cdisk1 /dev/sda2 none plain,cipher=aes-xts-plain64,size=256,hash=sha1,check,checkargs=ext4,tries=5,discard

# Encrypted disk with interactive password, discard enabled
# - use a nondefault check script
# - no retries
cdisk2 /dev/sdc1 none plain,cipher=aes-xts-plain64,size=256,hash=sha1,check=customscript,tries=1,discard

# Encrypted disk with interactive password, discard enabled
# - Twofish as the cipher, RIPEMD-160 as the hash
cdisk3 /dev/sda3 none plain,cipher=twofish,size=256,hash=ripemd160,discard

🌍 ENVIRONMENT

πŸ”„ KNOWN UPGRADE ISSUES

Upstream defaults for encryption cipher, hash and keysize have changed several times and may change again. For LUKS devices, settings are stored in the header and don't need configuration. For plain dm-crypt devices, no such information is stored; therefore we strongly suggest to configure cipher, hash and keysize in /etc/crypttab for plain devices, even if they match current defaults.

πŸ“š SEE ALSO

πŸ‘€ AUTHOR

This manual page was originally written by Bastian Kleineidam <calvin@debian.org> for the Debian distribution of cryptsetup. It has been further improved by Michael Gebetsroither <michael.geb@gmx.at>, David HΓ€rdeman <david@hardeman.nu> and Jonas Meurer <jonas@freesources.org>.


cryptsetup 2:2.4.3-1ubunt 2024-11-14 CRYPTTAB(5)

crypttab(5)
πŸ“ NAME πŸš€ Quick Reference πŸ“– DESCRIPTION πŸ”„ ON DIFFERENT CRYPTTAB FORMATS βš™οΈ OPTIONS πŸ” CHECKSCRIPTS πŸ“ EXAMPLES 🌍 ENVIRONMENT πŸ”„ KNOWN UPGRADE ISSUES πŸ“š SEE ALSO πŸ‘€ AUTHOR

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-14 13:58 @216.73.216.249
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^