8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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/
allow_other
cache
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:
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
The text was updated successfully, but these errors were encountered:
autogen.sh: verbose autoreconf, add ./configure "$@"
c81d42a
Moved to SVN due to CVS crapness.
f57f6f0
git-svn-id: https://afuse.svn.sourceforge.net/svnroot/afuse@1 55a4958a-cc0d-0410-919a-9f8291766008
No branches or pull requests
Hi
I'm trying to use
allow_other
andcache
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
The text was updated successfully, but these errors were encountered: