标签:res utils ble system util nbsp exports async systemctl
1 yum install -y nfs-utils-*
2 mkdir /home/data
3 vim /etc/exports
/home/data 10.0.0.0/24(rw,async,no_root_squash,no_all_squash)
2 [root@k8s-master ~]# systemctl restart rpcbind
[root@k8s-master ~]# systemctl restart nfs
[root@k8s-master ~]# systemctl enable rpcbind
[root@k8s-master ~]# systemctl enable nfs
标签:res utils ble system util nbsp exports async systemctl
原文地址:https://www.cnblogs.com/agang-php/p/12002702.html