I'm mounting a remote directory using fuse. It works great except that symbolic links on the remote system aren't working.
sshfs -otransform_symlinks myname@remote.system: /home/dir /home/me/mountpoint
I guess I thought the -otransform_symlinks line was supposed to take care of that. Anybody know how to get this working?
sshfs -otransform_symlinks myname@remote.system: /home/dir /home/me/mountpoint
I guess I thought the -otransform_symlinks line was supposed to take care of that. Anybody know how to get this working?