Install packages
# yum -y install nfs-utils
Setup your exports
# vi /etc/exports
/myraid/ 192.168.10.0/24(rw,async,no_root_squash,no_subtree_check)
Start your services
# systemctl start rpcbind nfs-server
# systemctl enable rpcbind nfs-server
No comments:
Post a Comment