当我尝试sudo mount -t ecryptfs folder1 folder2在我的主文件夹(由 ubuntu 加密)中执行操作时出现此错误我尝试了相同的命令,但文件夹位于 /tmp,它按预期工作。
我得到的错误信息:
ecryptfs_unlink_sigs
ecryptfs_key_bytes=16
ecryptfs_cipher=aes
ecryptfs_sig=66cea2017ad38853
Error mounting eCryptfs: [-22] Invalid argument
Run Code Online (Sandbox Code Playgroud)
在/var/log/syslog:
kernel: [ 197.621331] Mount on filesystem of type eCryptfs explicitly disallowed due to known incompatibilities
mount.ecryptfs: Failed to perform eCryptfs mount: [Invalid argument]
kernel: [ 197.659287] Reading sb failed; rc = [-22]
Run Code Online (Sandbox Code Playgroud) 使用像 Digital Ocean 这样的提供商,如果我在 VPS 上存储私人/敏感信息,有没有办法保护这些信息(防止 VPS 主机获得访问权限),同时仍然保留 SFTP 和 SSH 访问权限?
我的问题有点傻,但谁知道呢,因为 linux 是一个非常丰富和复杂的操作系统。
ubuntu 中的普通用户有没有办法从 root 中隐藏一些文件?
我知道 root 拥有所有特权和权限。但是,如果一个简单的用户可以从 root 保存文件,那将是非常棒的,对我来说非常有用。