0
点赞
收藏
分享

微信扫一扫

NFS

海滨公园 2023-02-23 阅读 86


yum install -y nfs-common nfs-utils  rpcbind
mkdir /nfsdata
chmod 666 /nfsdata
chown nfsnobody /nfsdata
cat /etc/exports
/nfsdata *(rw,no_root_squash,no_all_squash,sync)
systemctl start rpcbind
systemctl start nfsshowmount -e 192.168.91.137
mount 192.168.91.137:/nfsdata /nfsmount

 

举报

相关推荐

NFS部署

#SCP,NFS

NFS共享

NFS服务

FTP、NFS

Install Nfs

linux nfs

0 条评论