- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
报错[root@centos6 ~]# mount -t nfs 192.168.0.5:/tmp /mnt( A3 |7 Y6 c- r1 I- V! }( `' w
mount: wrong fs type, bad option, bad superblock on 192.168.0.5:/tmp,
% R A# y C, ~. C5 P6 x missing codepage or helper program, or other error
! o+ d) Y, f+ B" |/ w (for several filesystems (e.g. nfs, cifs) you might
" d+ N2 g g' m5 F7 D need a /sbin/mount.<type> helper program)6 m3 L$ ]6 q2 i" E$ ~
In some cases useful info is found in syslog - try6 s1 f" |4 p0 k1 Y
dmesg | tail or so2 S0 }5 Z2 w/ d. @2 |3 p* D5 V
解决办法:$ A9 h6 { k" Z$ W5 a6 ]
挂载端需要安装nfs-utils
) W" d2 v P, g0 b9 B8 hyum install -y nfs-utils
+ X! c" o/ K0 l* X( _2 S再重新挂载,即可成功:% `7 a, M& \2 v+ h) s+ }
mount -t nfs 192.168.0.5:/tmp /mnt
' \( V c- q4 Y) K
0 {& ~: Y8 V3 P; l' K) `5 t1 ^ |
|