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

NFS 共享存储服务

时间:2019-09-29 14:30:08      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:ash   nfs   exp   localhost   util   oca   mkdir   共享   查看   

一,安装nfs-utils rpcbind 软件包 后启动

 

[root@localhost ~]# yum -y install nfs-utils rpcbind

 

[root@localhost ~]# systemctl enable rpcbind

 

[root@localhost ~]# systemctl enable nfs

 

二,设置共享目录

 

[root@localhost ~]# mkdir -p /opt/wwwroot

 

[root@localhost ~]# vim /etc/exports

 

/opt/wwwroot 192.168.200.0/24(rw,sync,no_root_squash)

三,启动NFS 服务程序

 

[root@localhost ~]# systemctl start rpcbind

 

[root@localhost ~]# systemctl start nfs

 

 

 

四,查看本机NFS 共享目录

showmount -e

 

NFS 共享存储服务

标签:ash   nfs   exp   localhost   util   oca   mkdir   共享   查看   

原文地址:https://www.cnblogs.com/123456likun/p/11606921.html

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