위로 아래

DD에서 mtree 생성

nfs로 사용할 mtree 생성

mtree create /data/col1/ohsnfs

 

확인

mtree list /data/col1/ohsnfs

 

 

 

 

 


DD에서 nfs export 생성

nfs export 생성

 

nfs export에 client 추가

* : 전체

 

nfs export 조회

nfs export show list ohsnfs

 

nfs export show detailed ohsnfs

 

 

 

 

 


Server에서 nfs 마운트

마운트 디렉토리 생성

mkdir /nsr/mnt

 

nfs 마운트

mount -t nfs dd9300Lvtek:/data/col1/ohsnfs /nsr/mnt

(hosts에 dd9300Lvtek이 등록되어 있어야 한다)

 

마운트 확인

findmnt | grep /nsr/mnt