PDA

View Full Version : [other] Connecting to OS X client to NFS server


EDavidBurg
July 14th, 2008, 04:30 PM
I have a home server with the nfs-user-server package installed, and I'm having trouble getting OS X to connect to it. Googling around, it seems that the UIDs on OS X and Ubuntu start at different places (OS X at 501, Ubuntu at 1000). I followed this thread (http://ubuntuforums.org/showthread.php?t=696629) and the link in the second post to remap 501 to 1000. However, now when I try to connect, it says "incorrect username and password."

/etc/exports:

/shared 192.168.0.0/24(rw,no_root_squash,async,no_subtree_check,insecu re,map_static=/etc/nfs/osx.map)


/etc/nfs/osx.map:

uid 501 1000
gid 501 1000


Any ideas?

EDavidBurg
July 15th, 2008, 05:52 PM
Bump.

EDavidBurg
July 17th, 2008, 02:34 AM
Last bump.

cyberdork33
July 17th, 2008, 11:21 AM
You might have more luck in another forum. I requested it moved.

Sef
July 17th, 2008, 11:35 AM
Moved to Networking and Wireless.

hanzomon4
July 18th, 2008, 11:24 PM
I think I know what problem you're having you have to add an option to the cli option in OSX to mount an nfs share because it looks in the wrong port range or something I'll post the exact option when I boot back into OSX.

hanzomon4
July 20th, 2008, 04:51 PM
add the "-o resvport" option