Tagged Questions
4
votes
1answer
387 views
sshfs transform_symlinks is broken
I've been using the same fstab command for a while now:
sshfs#user@host.be:/home/user /home/user/vps fuse user,port=22,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks 0 0
And it used to ...
1
vote
1answer
519 views
How to enable a symlink in this case
I cannot categorize this question under ubuntu since it has nothing to do with it. But I know people here can definitely answer this. I login to one of my deployment boxes using SSH (no ubuntu here).
...