标签:style blog http ar color os sp for div
服务器端:
yum -y install nfs* rpcbind
vi /etc/exports
/home/willserver 192.168.1.100(rw,sync,no_root_squash)
service rpcbind restart
service nfs restart
setenforce 0
客户端:
mkdir /mnt/testclient
yum -y install nfs*
mount -t nfs 192.168.1.100:/home/testserver /mnt/testclient/
NFS搭建
原文地址:http://blog.csdn.net/dyllove98/article/details/41250023