|
|
报错[root@centos6 ~]# mount -t nfs 192.168.0.5:/tmp /mnt
. `: h$ R6 ]3 W5 N- Lmount: wrong fs type, bad option, bad superblock on 192.168.0.5:/tmp," u7 R! g: }( K8 \7 G
missing codepage or helper program, or other error
5 @+ b+ H+ r1 ?% u/ s% I" B& ^+ i (for several filesystems (e.g. nfs, cifs) you might
$ J) @* r8 ^) @" ^! R, _ V need a /sbin/mount.<type> helper program)% v2 H8 b1 k5 n+ z n
In some cases useful info is found in syslog - try. W+ v1 w2 y& w
dmesg | tail or so
" X$ t' d: Z4 a' B( a \+ n5 E解决办法:& s6 y0 n) U8 r( V1 ]2 N; p% [
挂载端需要安装nfs-utils
3 E" C& L- h) O. q' wyum install -y nfs-utils2 m F" \2 U: J' U
再重新挂载,即可成功:
: \: L7 I) E' ^6 I# F' Cmount -t nfs 192.168.0.5:/tmp /mnt
; M; I# O+ E5 _/ I" e+ o) M- O$ N5 m. S
|
|