NFS 디렉토리를 마운트 할 때 다음을 수행하십시오.
sudo mount 192.168.1.5:/home/shared /mnt/common
다음과 같은 오류가 발생합니다.
mount: wrong fs type, bad option, bad superblock on 192.168.1.5:/home/shared, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try dmesg | tail or so.
커널이 최신입니다.
문제는 이미 (예를 들어 질문을 받았다 여기 와 여기 ), 그러나 하나 있습니다 응답하지 또는 응답 내 경우에는 도움이되지 않습니다.
뭐가 잘못 되었 니?
sudo yum install nfs-utils
.