afuse icon indicating copy to clipboard operation
afuse copied to clipboard

unable to use allow_other and cache parameters in sshfs

Open ne0c0de opened this issue 7 years ago • 0 comments

Hi

I'm trying to use allow_other and cache parameter in the template like: afuse -o mount_template="sshfs -o allow_other -o cache=NO %r:/ %m" -o unmount_template="fusermount -u -z %m" mountpoint/

but it's not mounting the remote directory when i used template,

if i delete them and use the template like this:

afuse -o mount_template="sshfs -o allow_other -o cache=NO %r:/ %m" -o unmount_template="fusermount -u -z %m" mountpoint/

it's working but the permissions are seems to be wrong.

I also tried to use them as single (with only allow-other and with only cache=NO) and it didn't work too

Am i doing something wrong? @pcarrier

ne0c0de avatar Jun 06 '17 13:06 ne0c0de