i have an nfs mount (mounting my linux box in osx), but can't follow any of the symlinks. all symlinks in my linux box just show up as a file in osx. is there a way to get symlinks to work with nfs?
Where do they point? the symlink will be interpreted in the mac's file system. So links with absolute path will most likely go nowhere while a link to something like ../../../foo should be OK.