摘要:
第一步:安装NFS服务器(所有操作都在Ubuntu系统终端Root权限下执行)sudo apt-get install nfs-kernel-server第二步:配置NFS服务器 sudo vi /etc/exports内容如下:# /etc/exports: the access control list for filesystems which may be exported# to NFS clients. See exports(5).## Example for NFSv2 and NFSv3:# /srv/homes hostname1(rw,sync,no_subtree_ch 阅读全文