nfs://nfsserver/export/home
Originally posted by blb
As a matter of fact, NFS exports can be mounted via Connect to server.... For a machine called nfsserver which exports /export/home, simply use
Code:nfs://nfsserver/export/home
and you should see a network mount in Finder and on the Desktop. Unfortunately, it seems to name it after the server. So if you mount more than one, it appears to append -#, ie, nfsserver-1, nfsserver-2, etc.
mount -o "-P" 192.168.0.1:/usr/export /Network/Servers
Originally posted by kilowatt
The finder can't mount my FreeBSD or Linux nfs exports because they are served below port 1024.
To get arround this, there is a mount command. Here 's the syntax, I think:
Code:mount -o "-P" 192.168.0.1:/usr/export /Network/Servers
I'll post later today if that doesn't work.. its from memory