Thursday, September 04, 2008

sshfs mounting issues , i had some problems with mapping rights on the remote system and the local one

on the remote i had id 200 for example and on local 1000 so i had to add idmap to the options
also with the renaming of folders I had issues (specially when running from eclipse with svn)

sshfs -o idmap=user -o uid=1000 -o gid=1000 -o workaround=rename mariuz@example.com: home_example

No comments: