I just upgraded my guest from Ubuntu 10.10 to 12.04. I've been using symlinks in shared folders for a while and never had any problem with them. In ubuntu 12.04, relative symlinks stopped working, though absolute symlinks work fine.
For example:
/mnt/hgfs/ltd/node_modules/ltd -> ../lib
doesn't work
But,
/mnt/hgfs/ltd/node_modules/ltd -> /mnt/hgfs/ltd/lib
works fine.
Anyone have any experience with this, work arounds, or suggestions on what could have changed?
Host is OS X 10.7.5.
Thanks!
-Allan