Tôi có những điều sau đây trong /etc/fuse.conf
tập tin của mình :
# 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
Nhưng khi tôi cố gắn một đường dẫn từ xa với tùy chọn allow_other
:
> sshfs name@server:/remote/path /local/path -o allow_other
Tôi có:
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
Tôi đã kiểm tra ba lần và tùy chọn không user_allow_other
bị thiếu trong tôi fuse.conf
, như tôi đã sao chép ở trên.
Tôi cũng đã thực hiện sudo adduser my_user_name fuse
(không chắc chắn nếu điều này là cần thiết), nhưng tôi vẫn gặp vấn đề tương tự.
Tại sao nó không phân tích /etc/fuse.conf
tệp chính xác?