我正在尝试在普通用户的Red Hat上安装ecryptfs卷。 ecryptfs-utils从源代码安装(只包含旧版本的版本)。 挂载作为根正常工作,但与普通用户(谁拥有挂载)尝试导致mount: no such file or directory (描述性的,我知道)。 这个相同的程序在Ubuntu,Debian和CentOS上完美地工作。
这是我如何挂载:
ecryptfs-add-passphrase
mount -i /path/volume
( -i是自动挂载所必需的,没有它,ecryptfs挂载助手被称为交互式,即需要用户input。)
fstab设置正确,我做了文件build议chmod +s /sbin/mount.ecryptfs ,但没有任何帮助。 请注意,安装non-ecryptfs卷与普通用户的作品。
任何帮助将不胜感激。 谢谢。