⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmtab.example

📁 Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统.
💻 EXAMPLE
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -