NFS应用场景及环境搭建
Posted scholar-lord
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NFS应用场景及环境搭建相关的知识,希望对你有一定的参考价值。
LAMP—01
提供服务 yum list | grep nfs
关闭防火墙 iptables –F iptables –X setenforce 0
安装nfs
启动服务 systemctl start nfs
查看端口
配置文件
主机02访问
yum list | grep nfs
yum install nfs-utils
#man showmount
#showmount –e 192.168.137.11
挂载
mount –t nfs 192.168.137.11: /mnt /share /mnt/shareing
以上是关于NFS应用场景及环境搭建的主要内容,如果未能解决你的问题,请参考以下文章