I created a symlink to an NFS share using the following method:
This worked fine. It even works in Finder until it automatically unmounts. Thing is, I want apps to access this folder without opening up Terminal first.
$ cd ~/Projects
$ ln -s /net/server/share/data data
$ cd ~/Projects/data
$
This worked fine. It even works in Finder until it automatically unmounts. Thing is, I want apps to access this folder without opening up Terminal first.