NFS 사용법

리눅스 | 2007/11/01 17:59 | Posted by DMW
크리에이티브 커먼즈 라이선스
Creative Commons License
설정하는법
/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

'리눅스' 카테고리의 다른 글

ubuntu 설치  (7) 2008/08/17
-_-;;  (0) 2007/11/29
NFS 사용법  (0) 2007/11/01
How to Send Email Using Telnet  (0) 2007/11/01
간단한 RPM 사용법  (0) 2007/10/18
vsftp 설정하기  (0) 2007/10/04
TAG ,

댓글을 달아 주세요