一 服务端的配置 首先安装 nfs-utils 和 rpcbind 1)启动 rpcbind 服务 service rpcbind status ,service rpcbind start 2)启动NFS 服务 service nfs status , service nfs start 3)将 rpcbind和nfs 服务加入开机自启动 vim /etc/rc.local , 输入 service rpcbind start service nfs start 4)修改NFS服务端的配置文件 vi...