NFS部署

yum install nfs-utils -y
systemctl restart/enable nfs 
systemctl status rpcbind
vim /etc/exports
/storage *(rw,sync,no_root_squash)

/data/nfs 172.28.11.0/24(rw)
chown -R nfsnobody.nfsnobody /data/nfs/
systemctl restart nfs 
posted @ 2020-02-27 17:04  kylingx  阅读(149)  评论(0编辑  收藏  举报