nfs 구축 centos7,ubuntu22.04
# yum -y install nfs-utils # systemctl start nfs-server# systemctl start rpcbind# systemctl enable nfs-server# systemctl enable rpcbind # mkdir /data# vi /etc/exports/data *(rw,sync,no_root_squash) # systemctl start nfs-server# systemctl start rpcbind# systemctl enable nfs-server# systemctl enable rpcbind # exportfs -v/data (sync,wdelay,hide,no_subtree_check,sec=sys,rw,secure,no_root_s..
2024. 5. 31.