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 |
'Linux > centos' 카테고리의 다른 글
| httpd + php + selinux.. (0) | 2019.03.20 |
|---|---|
| 'abrt-cli status' timed out (0) | 2019.03.01 |
| centos timezone 변경 (2) | 2019.02.23 |
| svn on centos (0) | 2019.02.22 |
| smb on centos (0) | 2019.02.13 |
