|
|
报错[root@centos6 ~]# mount -t nfs 192.168.0.5:/tmp /mnt% W% } K; S/ H1 T+ l. y
mount: wrong fs type, bad option, bad superblock on 192.168.0.5:/tmp,$ O" e/ G0 d: t0 E
missing codepage or helper program, or other error8 ]0 L. y2 d* O2 {$ ^
(for several filesystems (e.g. nfs, cifs) you might
3 s9 c m( _( B5 R6 P need a /sbin/mount.<type> helper program)
/ z% Y, ^. m1 w: n* _( C In some cases useful info is found in syslog - try
# C' T: e) x# F8 {) @: R) W# v dmesg | tail or so
" j4 N3 H( ?' q" i& Q9 v解决办法:
0 {' \. u) a/ |$ |挂载端需要安装nfs-utils% w5 @% B8 y/ h# R1 R( G- X+ h: P
yum install -y nfs-utils
& g- k$ n8 @( B0 [$ n, ?再重新挂载,即可成功:. n, S1 F& A5 K; V
mount -t nfs 192.168.0.5:/tmp /mnt
9 P) ~ B; U! h4 I4 X8 @: i. o7 A$ a, d& j9 ]
|
|