Does anyone have a recommendation for an NFS client for Vista Home Premium? Preferably open source, but I'll take free (as in beer) if that's not available or even a commercial product if it is clearly the best option.
I know there is a client built into Enterprise and Ultimate editions of Vista, but I'd rather not upgrade just for NFS...
I have an NFS-mounted directory on a Linux machine that has hung. I've tried to force an unmount, but it doesn't seem to work:
$ umount -f /mnt/data
$ umount2: Device or resource busy
$ umount: /mnt/data: device is busy
If I type "mount", it appears that the directory is no longer mounted, but it hangs if I do "ls /mnt/data", and if I...
This seems like a trivial problem, but I can not find a solution for several days now.
I am trying to configure an nfs client on ubuntu 9.10 (64 bit). All the tutorials I've read say I need to restart a few things, such as portmap, and also nfs-common. Specifically:
sudo /etc/init.d/nfs-common restart
However, this file (/etc/init....