|
|
报错[root@centos6 ~]# mount -t nfs 192.168.0.5:/tmp /mnt3 { P. X4 k, O2 A4 g' ]
mount: wrong fs type, bad option, bad superblock on 192.168.0.5:/tmp,5 A5 J9 r9 r/ A3 y0 [0 h8 i
missing codepage or helper program, or other error* A" R) \$ A: N, p+ M% K: T) k8 \" @
(for several filesystems (e.g. nfs, cifs) you might
0 K. O6 D( w3 B+ u need a /sbin/mount.<type> helper program)
- m! W" E1 _# s In some cases useful info is found in syslog - try& O$ c- U3 D$ x
dmesg | tail or so
' ]: ]- ]+ B# \1 h6 T/ [. y解决办法:9 n. h! ^/ ]6 X* L# A
挂载端需要安装nfs-utils u! o3 {6 x# I& u1 ]+ U: G& ~
yum install -y nfs-utils9 O' S7 O$ n: L
再重新挂载,即可成功:0 E: w! s: W: k+ V0 y0 d: K
mount -t nfs 192.168.0.5:/tmp /mnt
! _, q3 f/ v w2 O' i" o: f% x1 E$ V8 {& s. f3 R* F
|
|