/etc/fstab
192.168.0.2:/mount /mount nfs defaults 0 0
위와 같이 fstab 에 마운트 정보를 입력하고 mount -a 를 했더니...
mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mount.nfs: an incorrect mount option was specified mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mount.nfs: an incorrect mount option was specified |
위와 같이 에러메세지가 나온다.
해결방법으로는
192.168.0.2:/mount /mount nfs rw,nolock 0 0
위 처럼 fstab 정보를 변경해주던가.......
/etc/hosts.allow 에
ALL:127.0.0.1 을 입력해주면 정상적으로 마운트 된다.
반응형
'IT 기술문서 > Redhat Linux' 카테고리의 다른 글
redhat 6 nvidia 드라이버 삭제 후 nouveau 재 사용 (0) | 2020.02.04 |
---|---|
xorg.conf 파일 새로 만들기 (0) | 2020.02.04 |
redhat 6에서 mount.nfs: rpc.statd is not running 에러 (0) | 2019.10.22 |
CentOS 7 레포지터리 설정 (0) | 2019.03.16 |
Redhat Enterprise Linux 서브스크립션 등록불가 (0) | 2019.03.08 |