ubuntu에 nfs 를 이용해서 mount 방법이다.(클라이언트)우선 nfs 를 설치한다. # apt-get install nfs-common설치 완료후 # mount -t nfs 192.168.0.2:/data/ /data/이런식으로 mount를 걸면 걸린다. 이제 fstab 에 넣어 보자 UUID=474bd0ae-658f-4203-b393-b8e925d4b7eb / ext4 errors=remount-ro 0 1# /boot was on /dev/sda1 during installationUUID=ae6cf81e-f5ae-402d-8970-75b76353f473 /boot ext4 defaults 0 2# /tmp was on /dev/sda5 during installationUUID=43964d..