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

nfs

时间:2018-09-17 20:35:31      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:ip)   mnt   1.3   emc   mount   har   服务端   list   art   

今天学了nfs
服务端
1.yum install rfs*
2.systemctl start nfs
3.mkdir /mnt/share
4.vi /etc/exports
/mnt/share 192.168.1.0/24(rw)
5.chmod 777 /mnt/share/
客户端
1.yum list |grep nfs 找nfs-u..
2.yum install nfs-u..
3.showmount -e 192.168.1.3 (ip是服务端的ip)
4.mkdir /mnt/shareing
5.mount -t nfs 192.168.1.3:/mnt/share /mnt/shareing
6.df 查看

nfs

标签:ip)   mnt   1.3   emc   mount   har   服务端   list   art   

原文地址:http://blog.51cto.com/13958204/2176323

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