请教NFS mount timed out
# ping 172.16.*.*
PING 172.16.*.* (172.16.*.*): 56 data bytes
64 bytes from 172.16.*.*: icmp_seq=0 ttl=64 time=5.3 ms
64 bytes from 172.16.*.*: icmp_seq=1 ttl=64 time=0.7 ms
64 bytes from 172.16.*.*: icmp_seq=2 ttl=64 time=0.2 ms
64 bytes from 172.16.*.*: icmp_seq=3 ttl=64 time=0.4 ms
64 bytes from 172.16.*.*: icmp_seq=4 ttl=64 time=0.4 ms
--- 172.16.*.*ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.2/1.4/5.3 ms
# mount 172.16.*.*:/home /mnt/
较长时间后
portmap: server localhost not responding, timed out
portmap: server localhost not responding, timed out
lockd_up: makesock failed, error=-5
portmap: server localhost not responding, timed out
又过较长时间后mount成功;可在/mnt下看到172.16.*.*:/home
服务器端肯定没问题,如何设置客户端呢?客户端是uCLinux。