2009/12/1 daid kahl <daid...@gmail.com>: >>> What nfs options are in use, both client and server side? >> >> I used this fstab entry on the client: >> 10.0.1.1:/home /home nfs defaults 0 0 >> > > Using defaults you are auto-mounting at boot. But usually from my > experience items in fstab would be mounted before the network is > initialized. You could test this either by manually unmounting and > mounting it or turning off auto. > > But if you can see the files at all, it seems to say that it managed to mount. > > Regards, > daid >
Can I also confirm that your user ID and group ID values are the same on the server and localhost? Running $ id as the user in question at the command line on both machines ought to do the trick. ~d