로딩
티스토리 데이터 처리 중입니다.

NFS 설정 방법

 NFS 설정 방법

1. NFS Server 시스템 1.1 영구적으로 화일 시스템을 Share 하도록 할 경우 - /etc/dfs 디렉토리에 있는 dfstab 화일에 아래와 같이share 할 화일 시스템에 관한 정보를 담아 놓는다. # vi /etc/dfs/dfstab # place share(1M) commands here for automatic execution # on entering init state 3. # # share [-F fstype] [ -o options] [-d ""] [resource] # .e.g, # share -F nfs -o rw=engineering -d "home dirs" /export/home2 share -F nfs -o ro -d "PATCH DataBase" /PATCHDB s.....

원문 링크 : NFS 설정 방법