NFS文件共享的实现包括搭建NFS服务和配置客户端自动挂载
发布时间
阅读量:
阅读量
一、NFS的搭建
> 1. nfs安装包 nfs-utils
>
> 2. 服务名称 nfs-server
>
> 3. /etc/exports 共享配置文件
>
> 4.
>
> 5. nfs的启用
>
> 6. systemctl start nfs-server
>
> 7. firewall-cmd --permanent --add-service=rpc-bind
>
> 8. firewall-cmd --permanent --add-service=mountd
>
> 9. firewall-cmd --permanent --add-service=nfs
>
>
>
>
> ```
>
>
>
> ### 1.服务端搭建 ##172.25.254.10
>
>
>
全部评论 (0)
还没有任何评论哟~
