Is there away to access some NFS symlink files that are set using absolute paths from Windows?
I'm able to access symlink files is there are set using relative paths.
Assume on Linux (mylinux):
/usr/local/file.c
ln -s /usr/local/file.c fileX1.c (absolute path)
ln -s file.c fileX2.c (relative path)
Assume samba has been set up, so I can open these files on Windows:
...