NFS

来源:互联网 发布:淘宝买的战地1激活码 编辑:程序博客网 时间:2024/05/24 06:39

NFS

yum -y install nfs-utils rpcbind

chmod 666 /nfsdata/

vim /etc/exports

 

/nfsdata/   *(rw,no_root_squash,no_all_squash,sync)

~                                                      

exportfs -r

systemctl restart rpcbind

systemctl restart  nfs

systemctl enable  rpcbind

systemctl enable  nfs

 

showmount -e localhost