目标板挂载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
本文介绍了解决目标板挂载PC目录时出现的NFS挂载失败问题的方法。当遇到rpcbind服务器未响应错误时,通过使用-no_lock选项可以有效解决该问题。
688

被折叠的 条评论
为什么被折叠?



