mount.crypt_LUKS

Langue: en

Autres versions - même langue

Version: 306184 (debian - 07/07/09)

Section: 8 (Commandes administrateur)

Name

mount.crypt - mount a dm-crypt encrypted volume

Syntax

mount.crypt [-nrv] [-o options] device directory

Options

-o options
Set further mount options. mount.crypt will take out its own options it recognizes and passes any remaining options on to the underlying mount program. See below for possible options.
-n
Do not update /etc/mtab. Note that this makes it impossible to unmount the volume by naming the container - you will have to pass the mountpoint to umount.crypt.
-r
Set up the loop device (if necessary) and crypto device in read-only mode. (The mount itself will necessarily also be read-only.) Note that doing a remount using `mount /mnt -o remount,rw` will not make the mount readwrite. The crypto and loop devices will have to be disassociated first.
-v
Turn on debugging and be a bit more verbose.

Mount options

cipher
The cryptsetup cipher used for the encrypted volume. This option is mandatory. pmt-ehd(8) defaults to creating volumes with "aes-cbc-essiv:sha256" as a cipher.
dm-timeout=seconds
Wait at most this many seconds for udev to create /dev/mapper/name after calling cryptsetup(8). The default value is 0 seconds.
fsck
Run fsck on the container before mounting it.
fsk_cipher
The OpenSSL cipher used for the filesystem key. The default is "aes-256-cbc".
fsk_hash
The OpenSSL hash used for producing key and IV. The default is "md5".
fstype
The exact type of filesystem in the encrypted container. The default is to let the kernel autodetect.
keyfile
The path to the key file. This option is mandatory for "normal" crypto volumes and should not be used for LUKS volumes.
ro
Same as the -r option.
verbose
Same as the -v option.