Cannot write to Folder mounted with SSHFS
Posted
by
JM at Work
on Ask Ubuntu
See other posts from Ask Ubuntu
or by JM at Work
Published on 2011-05-25T03:06:32Z
Indexed on
2011/11/15
2:11 UTC
Read the original article
Hit count: 551
I just created a folder according to SSHFS (Ubuntu Docs)
sudo apt-get install sshfs
sudo gpasswd -a jm fuse
sshfs -o idmap=user [email protected]:/path/to/folder folder
Then I found that the folder is mounted, but I cannot write to it. The permissions seems fine
But I even tried with
chmod -R 777 ./folder
Still no go
UPDATE: It seems I can't write using NetBeans only. But it works with LeafPad for example
© Ask Ubuntu or respective owner