mount 时遇到connection unfused 错误操作

# mount -o nolock 192.168.1.121:/home/project /mnt
# mount: RPC: Unable to receive; errno = Connection refused

参考修改:

# portmap start

# nfsstat start

#sudo /etc/init.d/nfs-kernel-server restart

你可能感兴趣的:(运维)