目标板挂载PC目录时,报如下错误:
[root@ /]# mount -t nfs 192.168.1.198:/home/nfs /mnt
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
解决方法:
将输入命令改为:mount -o nolock -t nfs 192.168.1.198:/home/nfs /mnt