Cannot write to Folder mounted with SSHFS
- by JM at Work
I just created a folder according to SSHFS (Ubuntu Docs)
sudo apt-get install sshfs
sudo gpasswd -a jm fuse
sshfs -o idmap=user jm@example.com:/path/to/folder folder
Then I found that the folder is mounted, but I cannot write to it. The permissions seems fine
http://pastie.org/1969299
But I even tried with
chmod -R 777 ./folder
Still no…