Tagged Questions
2
votes
1answer
109 views
UID/GID with sshfs of Linux FUSE
mkdir ~/mnt/2letter
echo PASSWORD | sshfs -o password_stdin www-data@localhost:/var/www/sites/2letter ~/mnt/2letter -o sshfs_sync,cache=no,password_stdin
After this:
$ ls -ld ~/mnt/2letter/
...
6
votes
2answers
604 views
autofs with sshfs not working anymore
I just upgraded from Ubuntu 12.04 to 12.10. Before that I backed up my autofs config which worked fine. I appended the line from my old /etc/auto.master to the new one:
+dir:/etc/auto.master.d
...
4
votes
1answer
226 views
Using ACL's over read only/remote filesystem
I would like to define local ACL's to be used over a remotely mounted filesystem.
The filesystem is mounted via autofs and sshfs FUSE.
The idea is that we could setup a jailed user on a jump server ...
3
votes
2answers
2k views
Unable to use -o allow_other with sshfs (option enabled in fuse.conf)
I have the following on my /etc/fuse.conf file:
# Set the maximum number of FUSE mounts allowed to non-root users.
# The default is 1000. ...
1
vote
0answers
118 views
Can't mount remote file system with sshfs [duplicate]
Possible Duplicate:
How to apply changes of newly added user groups without needing to reboot?
I have posted this question in linux mint users forum about some hours ago.
I'm trying to ...