摘要: nfs挂载: 客户端服务器端安装nfs: yum install -y nfs-utils 服务器端操作: 启动nfs和rpcbind: systemctl start nfs & systemctl enable nfs systemctl start rpcbind & systemctl en 阅读全文