查看“NFS部暑”的源代码
←
NFS部暑
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
[[category:ops]] 这个是2019年刚刚写的 [[Nfs实现日志集中查看]] =info= NFS服务端 10.3.10.141 NFS client 10.3.10.142 10.3.10.143 =NFS服务端= <pre> yum install nfs-utils rpcbind -y systemctl enable rpcbind systemctl enable nfs-server systemctl start rpcbind systemctl start nfs-server systemctl start nfs-lock systemctl start nfs-idmap 创建需要共享的目录 mkdir -p /home/lxtx/files/cailu/ chmod -R 777 /home/lxtx/files/cailu/ 更改share文件夹及其子文件夹权限为77 配置需要共享的目录到 /etc/exports下,xxx.xxx.xxx.xxx为需要共享的对象ip地址。 echo "/home/lxtx/files/cailu/ 10.3.10.*(rw,sync,no_root_squash)" >> /etc/exports echo "/home/lxtx/files/cailu/ 192.168.11.*(rw,sync,no_root_squash)" >> /etc/exports exportfs -a # 使exports的修改生效 检查共享目录是否设置正确 showmount -e Export list for centos7: /home/lxtx/files/cailu 10.3.10.* firewall-cmd --add-service=nfs --permanent --zone=public firewall-cmd --add-service=mountd --permanent --zone=public firewall-cmd --add-service=rpc-bind --permanent --zone=public firewall-cmd --reload </pre> =NFS client= <pre> yum -y install nfs-utils apt-get install nfs-common 检查共享目录是否设置正确,xxx.xxx.xxx.xxx 为共享服务器地址(nfs master) [root@nfs_client ~]# showmount -e 10.3.10.141 Export list for 10.3.10.141: /home/lxtx/files/cailu 10.3.10.* mkdir /home/lxtx/files/cailu chown -R lxtx:lxtx /home/lxtx/files/cailu #NFS server 的IP mount 10.3.10.141:/home/lxtx/files/cailu /home/lxtx/files/cailu 客户端开机自动挂载nfs共享目录 vi /etc/fstab 10.3.10.141:/home/lxtx/files/cailu /home/lxtx/files/cailu nfs defaults 0 0 =see also= [https://blog.csdn.net/arvin357797333/article/details/71211370 CentOS7搭建NFS服务] [https://www.liaoxuefeng.com/article/895917095909152 Debian Linux安装NFS] [https://blog.csdn.net/wudinaniya/article/details/81068518 centos7配置nfs网络文件共享] [https://www.cnblogs.com/mchina/archive/2013/01/03/2840040.html Linux NFS服务器的安装与配置] [http://www.178linux.com/54263 Lvs+keepalived+httpd+NFS搭建高可用] [https://www.cnblogs.com/Csir/p/6921635.html NFS+sersync+Keepalived高可用方案]
返回至
NFS部暑
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息