Mam w swoim /etc/fuse.conf
pliku:
# 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
Ale kiedy próbuję zamontować zdalną ścieżkę z opcją allow_other
:
> sshfs name@server:/remote/path /local/path -o allow_other
Dostaję:
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
Sprawdziłem trzykrotnie, a opcja nie user_allow_other
jest uwzględniona w moim fuse.conf
, jak skopiowałem powyżej.
Wykonałem również sudo adduser my_user_name fuse
(nie jestem pewien, czy jest to potrzebne), ale nadal mam ten sam problem.
Dlaczego /etc/fuse.conf
plik nie jest poprawnie analizowany ?