Thanks. On Fri, Sep 26, 2008 at 7:50 PM, Talpey, Thomas <Thomas.Talpey@xxxxxxxxxx> wrote: > Just because it's "authenticated" doesn't mean you have "permission". > What are the contents of your server's export file, and the umode of > the target /data0/tmp directory? And btw, what types/versions are > your client and server? > Thanks. Consider below as the full picture: NFS Server (10.10.10.1) ========================= /data0/tmp 10.10.10.2(rw,sync) NFS Client (10.10.10.2) ======================= # Add in /etc/rc.local mount -t nfs -o async,noatime,noexec,nosuid,hard,intr,udp,retry=3,rsize=32768,wsize=32768 10.10.10.1:/data0/tmp /home/www/tmp ls /data0/ drwxrwxr-x 261 root web 12288 Sep 26 22:58 tmp Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html