On Monday 30 November 2009 02:05:50 pm daid kahl wrote: > 2009/12/1 daid kahl <[email protected]>: > >>> 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
Yes, the uid/gid is 1001 on both client and server. I'm going to do some research on mount options to see if there is some tweekage that can ge done there. In the mean time, this should work, but isn't. BTW, the nfs mounts are done via /etc/init.d/nfs, which does a mount -a nfs. Thanks for your time. Any suggestions are more than welcome. -- Take care and have fun, Mike Diehl.

