참조
[server 단]
service nfs stop [root@localhost /]# vi /etc/exports /disk2 클라이언트아이피(rw,insecure,sync,no_root_squash) [root@localhost /]# export service nfs start
[client 단]
mount -t nfs 서버아이피:/disk2 /mnt/iksquare