Taousif_Ansari@xxxxxxxxxxxx åé: > Hi, > > I have exported one directory from my server it is /export and my /etc/export file looks like > > /export *(rw,fsid=0,sync,pnfs,insecure,no_root_squash,no_subtree_check) > > At client > tsf@client]# mount -t nfs4 -o minorversion=1 <server-ip>:/export /mnt > Mount.nfs4: mounting <server-ip>:/export filed, reason given by server: No such file or directory. You should mount NFS4 as: # mount -t nfs4 -o minorversion=1 <server-ip>:/ /mnt Don't add the export dir after server-ip. > > Instead, if I use simple mount then it is succeeding > tsf@client]# mount <server-ip>:/export /mnt As this, you mount nfs success through NFSv3. -- ---- thanks Mi Jinlong -- 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