I am trying to set up an NFS server and I have encountered the following problem.
For testing purposes, I have set up a user account (max) whose home directory I want to share.
So my exports file looks something like this
/home/max -maproot=0 -network 10.0.0 -netmask 255.255.255.0
When trying to mount it (either locally or on my iBook) I get the error ?operation not permitted'.
My initial attempt to leave the option ?-alldirs' ended up in mountd complaining that I have a bad entry in my exports file.
Any suggestions?