/etc/fuse.conf
私のファイルには次の内容があります。
# Set the maximum number of FUSE mounts allowed to non-root users.
# The default is 1000.
#
#mount_max = 1000
# Allow non-root users to specify the 'allow_other' or 'allow_root'
# mount options.
#
user_allow_other
ただし、次のオプションを使用してリモートパスをマウントしようとすると、次のようになりますallow_other
。
> sshfs name@server:/remote/path /local/path -o allow_other
私は得る:
fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
上記のように3回確認しましたが、そのオプションは私のコメントuser_allow_other
から削除されました。fuse.conf
私もそうしましたsudo adduser my_user_name fuse
(必要なことはわかりません)、まだ同じ問題があります。
/etc/fuse.conf
ファイルが正しく解析されないのはなぜですか?
答え1
このニュースを考慮してfailed to open /etc/fuse.conf: Permission denied
お勧めします。
chmod a+r /etc/fuse.conf
答え2
より良い解決策は、ユーザーを次に追加することです。ヒューズグループ、つまり:
addgroup <username> fuse