我正在尝试使用ecryptfs
下谷歌云外壳。 Google Cloud Shell 是一个运行的虚拟机Debian GNU/Linux 9。我ecryptfs-utils
使用命令安装了软件包:
sudo apt install ecryptfs-utils
之后,我创建了两个新目录:
mkdir ~/dir ~/dir.sec
我正在尝试安装dir.sec
使用dir
:
sudo mount -i -t ecryptfs ~/dir.sec ~/dir \
-o ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_passthrough=no,\
ecryptfs_enable_filename_crypto=no
我收到以下错误:
mount: unknown filesystem type 'ecryptfs'