본문 바로가기
OS/LINUX

/etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/share".#012 Assuming default behaviour ('no_subtree_check').#012 NOTE: this default has changed since nfs-utils version 1.0.x

by 홍조 2012. 4. 10.

NIS Server Error



Just add the option subtree_check to /etc/exports like this:

/storage 172.16.20.1/24(rw,sync,no_root_squash,subtree_check)


728x90

'OS > LINUX' 카테고리의 다른 글

NFS 서버 설치하고 문제 발생시 대처방법  (0) 2012.05.03
CentOS 6.2에서 NIC Bonding 만들기  (0) 2012.04.30
ssh에서 X window 가능하게 하기  (0) 2012.04.04
Ubuntu 환경 설정  (0) 2012.03.29
ProFTPd에서 홈 생성 설정  (0) 2012.03.21