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?
/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?