IT Knowledge/기타
NFS wrong fs type 오류(CentOS)
Seok.
2022. 5. 3. 22:49
반응형
[오류]
Mount: wrong fs type, bad option, bad superblock on <NFS Server IP>:<Shared Path>,
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.
원인 :
NFS디렉토리를 마운트 하려면, 아래의 NFS 패키지가 필요합니다.
CentOS : nfs-utils
Ubuntu : nfs-common
조치방안
CentOS
# yum install nfs-utils
Ubuntu
# apt-get install nfs-common
반응형