8000 unable to use allow_other and cache parameters in sshfs · Issue #8 · pcarrier/afuse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

unable to use allow_other and cache par A193 ameters in sshfs #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ne0c0de opened this issue Jun 6, 2017 · 0 comments
Open

unable to use allow_other and cache parameters in sshfs #8

ne0c0de opened this issue Jun 6, 2017 · 0 comments

Comments

@ne0c0de
Copy link
ne0c0de commented Jun 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0