운영체제/리눅스
NFS MOUNT
o테리o
2011. 7. 8. 23:54
mount -t nfs ip주소:/공유포인트 /마운트경로
ex) mount -t nfs 192.168.0.1:/home/account/files/source /home/account/files/target
ex) mount -t nfs 192.168.0.1:/home/account/files/source /home/account/files/target