.TH cryptfs 8 "" "cryptfs #VERSION#" "" .SH NAME cryptfs \- simple script for (un)mounting encrypted partitions with all their requirements .SH SYNOPSIS \fBcryptfs [-u]\fP .SH DESCRIPTION \fBcryptfs\fP mounts/unmounts prerequisites for encrypted containers, unlocks/locks the containers and mounts/unmounts the partitions therein. Locking and unlocking of encrypted containers is done via \fBcryptsetup\fP. .SH CONFIGURATION The configuration is read from \fB#ETCDIR#/crypttab\fP and \fB#ETCDIR#/fstab\fP. To not interfere with systemd, if line prefixes match \fB#CONF_PREFIXES#\fP, the prefix will be removed. Additional to the usual syntax, a keyfile specification in \fB#ETCDIR#/crypttab\fP may be prepended by \fI[key-slot]\fP to limit the used keyslot. .SH FILES .TP .B "#BINDIR#/cryptfs" program file .TP .B "#ETCDIR#/crypttab" cryptsetup configuration .TP .B "#ETCDIR#/fstab" file system configuration .SH AUTHOR .nf Erich Eckner .fi