码迷,mamicode.com
首页 > 其他好文 > 详细

NFS搭建

时间:2015-06-03 21:03:29      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

服务器端:

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://www.cnblogs.com/willwei/p/4550105.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!