2014년 11월 6일 목요일

[Linux] NFS Setup

[NFS Server]

$ vi /etc/exports
/u02 *(rw,no_root_squash)

$ vi /etc/hosts.allow
ALL:ALL

$ /etc/init.d/portmap start
$ /etc/init.d/nfs start

현재 kernel에서 알고 있는 export list를 출력한다.
$ exportfs -v

/etc/export 파일이 kernel에 적용되도록 한다.
$ exportfs -ar

NFS 상태 정보를 출력한다.
$ nfsstat


[NFS Client]

$ mount -t nfs 192.168.100.21:/u02 /u02

댓글 없음:

댓글 쓰기