mount: RPC: Unable to receive; errno = Connection refused 异常

设备需要挂载主机时,执行

busybox mount -t nfs -o nolock 192.168.11.40:/home/share  /var/nfs  命令时,

出现以下异常 :

mount: RPC: Unable to receive; errno = Connection refused

可以在主机中执行以下命令 :

/etc/init.d/rpcbind restart 重启rpcbind

/etc/init.d/nfs-kernel-server restart 重启nfs

在重启执行:

busybox mount -t nfs -o nolock 192.168.11.40:/home/share  /var/nfs 

问题就解决了

你可能感兴趣的:(C/C++)