'NFS'에 해당되는 글 1건
- 2007/11/01 NFS 사용법
설정하는법
마운트 하는법
/etc/exports 파일을 수정한다
/경로 ip(rw,sync,no_root_squash)
/root/sample/ ip(rw,sync,no_root_squash)
마운트 하는법
mnt -t ip:/root/sample /mnt/nfs
host dir target dir



