Dosyamda aşağıdakiler var /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
Ama seçenek ile uzak bir yol monte etmeye çalıştığınızda allow_other
:
> sshfs name@server:/remote/path /local/path -o allow_other
Alırım:
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
Ben üçlü kontrol var ve yukarıda kopyalandığı gibi user_allow_other
benim seçeneği uncommented olduğunu fuse.conf
.
Ben de yürüttüm sudo adduser my_user_name fuse
(bunun gerekli olup olmadığından emin değilim), ama yine de aynı sorunu alıyorum.
/etc/fuse.conf
Dosyayı neden düzgün ayrıştırmıyor ?