Centos7 安装NFS服务器方法
1、操作系统版本为centos7.6

2、查看是否安装了nfs

3、查看是否安装了rpcbind

4、yum install nfs-utils rpcbind

5、增加NFS配置文件
vi /etc/exports
6、[root@localhost ~]# cat /etc/exports
/mnt 192.168.122.0(rw)

7、启动服务并查看状态

阅读量:182
阅读量:138
阅读量:139
阅读量:124
阅读量:194
1、操作系统版本为centos7.6

2、查看是否安装了nfs

3、查看是否安装了rpcbind

4、yum install nfs-utils rpcbind

5、增加NFS配置文件
vi /etc/exports
6、[root@localhost ~]# cat /etc/exports
/mnt 192.168.122.0(rw)

7、启动服务并查看状态
