On Sat, May 8, 2010 at 8:42 PM, Brian Mathis brian.mathis@gmail.com wrote:
A simple solution would be to setup a cron job that runs every 5 minutes and does ls /mount/point > /dev/null
I had to something on the same line at a client. On Mac OS X (10.5) workstation, users were complaining that "network files" (NFS export from Linux file server) were visible in the "finder" but on clicking it would not open. I asked them to open a terminal with a couple of tabs and showed them how to use "cd" to the paths that had the NFS mounts. The problem went away.
-- Arun Khan