cmtab.example
来自「Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的」· EXAMPLE 代码 · 共 27 行
EXAMPLE
27 行
# sample configuration file for cryptmount# $Revision: 66 $, $Date: 2006-03-05 06:58:23 +0000 (Sun, 05 Mar 2006) $# the following target uses part of a raw disk partition as the encrypted fs:# (sectors 512-16895 are used here. Remove the 'startsector' and 'numsector'# parameters to use the whole partition.)crypt_hdb63 { dev=/dev/hdb63 startsector=512 numsectors=16384 dir=/mnt/crypt63 fstype=ext3 fsoptions=defaults \ cipher=serpent # filesystem encryption # information about file used to store decryption key: keyfile=/usr/local/etc/cryptmount/crypt_hdb63.key keyhash=md5 keycipher=bf-cbc # encryption of key file}# the following target uses a raw file as the encrypted fs -# cryptmount will automatically configure a vacant loopback device when mountingjunk { dev=/home/nobody/junk.fs dir=/mnt/junk fstype=ext2 fsoptions=nosuid cipher=aes keyfile=/home/nobody/junk.key keyhash=md5 keycipher=bf-cbc}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?