반응형
mount -t nfs 실패
--> mount: wrong fs type, bad option, bad superblock on
--> yum search nfs
--> yum install nfs-utils
mount -t nfs 실패
--> 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
--> yum search portmap
--> centos 6.3 에서는 portmap 을 안 쓰는건지 rpcbind 가 검색 됨
--> rpm -qa | grep rpcbind
--> service rpcbind restart
mount -t nfs 성공
[출처] mount nfs 에러|작성자 무상지도
반응형
'Linux' 카테고리의 다른 글
[LINUX]리눅스 파일내용 일괄변경 (0) | 2019.04.01 |
---|---|
[Linux]yum CentOS 지난 버전 사용하기 (0) | 2017.12.20 |
[FTP]SecureCrt X/Y/Zmodem (0) | 2017.09.18 |
[Linux]batch shell(tar,ftp,sftp) (0) | 2017.08.08 |
[SSH]접속툴(telnet/SSH/SFTP) (0) | 2017.08.03 |