How do I let a user log in to a Mac or FreeBSD and have his/her home directory NFS mounted from the main Mac? Before I crashed and rebuilt my disk, I had the Mac mounting directories from a FreeBSD host. But I never succeeded in going the other way. To make it work, I had to turn off the $%^&%^& automounter, which seemed to take the attitude, "I don't care WHAT you put in fstab, the correct mount point is /Volumes/whatever, and I WILL make soft links with permissions errors in my directory, no matter what you say!" OK, rant over, bottom line is with the automounter OFF, it worked. Now, I set up exports and fstab the same as before, loaded them into NetInfo, and did mount -a Again got the stupid permission denied messages on /automount/servers/Users/userID So, again, I turn off the automounter and try again. Now, it's NFS Portmap: RPC: Port mapper failure - RPC: Timed out This is 10.3.9 I want all my users to have ONE home directory, not one on each Mac. So the smaller Mac has an empty directory for ech user (except Admin) and an fstab to mount the real dir on the other machine. Oh, and I put "mount -a" in one of the startup items. That gets them mounted _before_ anyone logs in. At least it did before the crash. The reason for that is the Finder is too stupid to recognize when an empty directory gets mounted.