Eu tenho o seguinte no meu /etc/fuse.conf
arquivo:
# 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
Mas quando tento montar um caminho remoto com a opção allow_other
:
> sshfs name@server:/remote/path /local/path -o allow_other
Eu recebo:
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
Marquei três vezes e a opção não user_allow_other
é comentada na minha fuse.conf
, como copiei acima.
Também executei sudo adduser my_user_name fuse
(não tenho certeza se isso é necessário), mas ainda tenho o mesmo problema.
Por que não está analisando o /etc/fuse.conf
arquivo corretamente?
usermod -a -G existing_user fuse
# no casoaddgroup
não está presente no seu sistemaDada a mensagem
failed to open /etc/fuse.conf: Permission denied
, sugirofonte