Connecting to an NFS server from OS X
With the Finder active, from the Go menu, select Connect to Server... . Alternatively, with the Finder active, press Cmd-k .
In the Connect to Server window that opens, next to the "Address:" field, type nfs:// , followed by the fully qualified domain name (FQDN) or IP address of the server, a forward slash, and then the path of the exported share, for example,
nfs://foo.com/home/u/jdoe
The nfs must be lowercase. You must also type the name of the export; the Finder will not ask you for it.
Click Connect.
Main Topics
Browse All Topics





by: eagle0468Posted on 2008-03-16 at 01:05:58ID: 21136105
What is your network OS? Are you running in an Active Directory Domain, Appletalk, etc.? This can determine if using NFS is more efficient. I would say it would be considering SMB is a Microsoft protocol and AFP is Apple. NFS should provide you a way to share resources that both clients should be able to connect to. You can use the 'net use' command to connect to your NFS shares from your Windows clients. In regard to your Apple machines I am not familiar with the connection method you would use, but I would assume it would be similar.
Best of luck.