hello,all<br>&nbsp;&nbsp;&nbsp; the kernel is 2.6.20, busybox-1.5.0 and nfs-utils-1.0.10. The configuration on NFS listed below:<br>CONFIG_NFS_FS=y<br>CONFIG_NFS_V3=y<br># CONFIG_NFS_V3_ACL is not set<br># CONFIG_NFS_V4 is not set<br># CONFIG_NFS_DIRECTIO is not set
<br>CONFIG_NFSD=y<br>CONFIG_NFSD_V3=y<br># CONFIG_NFSD_V3_ACL is not set<br># CONFIG_NFSD_V4 is not set<br>CONFIG_NFSD_TCP=y<br>CONFIG_ROOT_NFS=y<br>CONFIG_LOCKD=y<br>CONFIG_LOCKD_V4=y<br>CONFIG_EXPORTFS=y<br>CONFIG_NFS_COMMON=y
<br>CONFIG_SUNRPC=y<br># CONFIG_RPCSEC_GSS_KRB5 is not set<br># CONFIG_RPCSEC_GSS_SPKM3 is not set<br># CONFIG_SMB_FS is not set<br># CONFIG_CIFS is not set<br># CONFIG_NCP_FS is not set<br># CONFIG_CODA_FS is not set<br>
# CONFIG_AFS_FS is not set<br># CONFIG_9P_FS is not set<br><br>the following comes from &quot;ps -e&quot;<br>
&nbsp; 705 bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; portmap<br>
&nbsp; 735 root&nbsp;&nbsp;&nbsp;&nbsp; rpc.statd<br>
&nbsp; 739 root&nbsp;&nbsp;&nbsp;&nbsp; rpc.statd<br>
&nbsp; 741 root&nbsp;&nbsp;&nbsp;&nbsp; [lockd]<br>
&nbsp; 742 root&nbsp;&nbsp;&nbsp;&nbsp; [rpciod/0]<br>
&nbsp; 743 root&nbsp;&nbsp;&nbsp;&nbsp; [nfsd]<br>
&nbsp; 744 root&nbsp;&nbsp;&nbsp;&nbsp; [nfsd]<br>
&nbsp; 746 root&nbsp;&nbsp;&nbsp;&nbsp; rpc.mountd<br>
&nbsp; 751 root&nbsp;&nbsp;&nbsp;&nbsp; /sbin/syslogd -n -m 0<br>
&nbsp; 752 root&nbsp;&nbsp;&nbsp;&nbsp; /sbin/klogd -n<br>
&nbsp; 753 root&nbsp;&nbsp;&nbsp;&nbsp; -bash<br>
&nbsp; 762 root&nbsp;&nbsp;&nbsp;&nbsp; rpc.rquotad<br><br>$cat /etc/hosts.allow<br>ALL:ALL<br><br>$cat /etc/exports<br>/tmp&nbsp;&nbsp;&nbsp; *(rw,async,no_root_squash,subtree_check)<br>$cat /var/log/nfs/etab<br>/tmp&nbsp;&nbsp;&nbsp; *(rw,async,wdelay,hide,nocrossmnt,secure,no_root_squash,no_all_squash,subtree_check,secure_locks,acl,mapping=identity,anonuid=65534,an)
<br>to my strange, there&#39;s no messages in /proc/fs/nfs/exportfs, I don&#39;t know if this is the cause.<br>$cat /proc/fs/nfs/exports<br># Version 1.1<br># Path Client(Flags) # IPs<br>when I try to mount the nfs directory in &quot;mount server:/tmp /mnt&quot;, the client get &quot;mount: 
192.168.0.254:/tmp failed, reason given by server: Permission denied&quot; and the server&#39;s log says &quot;getfh failed: Operation not permitted&quot;<br>I have searched for solutions on google, but failed. <br>Thanks in advance.
<br><br>Best regards<br>Kaimi<br>