Linux/centos
centos nfs client
구차니
2019. 2. 27. 17:42
centos 에서 nfs 마운트 하려는데 에러나면
# mount -t nfs 0.0.0.0:/ temp mount: wrong fs type, bad option, bad superblock on 0.0.0.0:/, 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 패키지를 깔아줘야 한다. (망할!)
# yum install nfs-utils nfs-utils-lib |