IA/System Admin

NFS 서버 설정

kiostory 2011. 2. 27. 14:52

NFS가 사용하는  설정파일은 하나다.

 

    /etc/exports

 

* 형식 : /dir/to/export   client_hostname또는IP또는네트웍주소(192.168.0.0/24등)(퍼미션)  client_hostname.....

 

* 퍼미션   

  secure

  ro

  rw

  noaccess

  root_squash

  no_root_squash

  all_squash

 

* nfs의 구성 로딩 및 실행

# exportfs -a