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

NFS搭建

时间:2014-11-19 01:51:20      阅读:138      评论:0      收藏:0      [点我收藏+]

标签: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/

bubuko.com,布布扣

欢迎大家访问我的个人网站 萌萌的IT人

NFS搭建

标签:style   blog   http   ar   color   os   sp   for   div   

原文地址:http://blog.csdn.net/dyllove98/article/details/41250023

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