天天看点

20170110L05-03老男孩linux实战运维培训-nfs网络文件系统服务介绍与实战01

这上节说NFS

感觉也说了很久,有点浪费时间

不过当作是复习练手了

centos安装nfs

yum install -y ntf-utils

安装后启动

systemctl start nfs

查看服务启动没有方法

rpcinfo -p localhost

配置文件 /etc/exports

配置格式 /arthuidr 172.18.3.0/21(rw,sync)

客户端配置文件 /etc/fstab

     本文转自wangchangshu2 51CTO博客,原文链接:http://blog.51cto.com/398528/1891071,如需转载请自行联系原作者