11

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 work fine.

But on 11.10 it doesn't transform symlinks anymore, they're all reported as broken, even though the option is clearly set. What gives?

Jorge Castro
  • 73,717

1 Answers1

11

The option 'transform_symlinks' does not work anymore, you need 'follow_symlinks' instead.