- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
报错[root@centos6 ~]# mount -t nfs 192.168.0.5:/tmp /mnt7 ^, r. F! E0 I, A* C9 j; b
mount: wrong fs type, bad option, bad superblock on 192.168.0.5:/tmp,* Y0 Q5 s/ w6 a2 W( M9 X
missing codepage or helper program, or other error
$ ?- x; M: x' ]0 K4 V! G7 K: A (for several filesystems (e.g. nfs, cifs) you might
6 ]& m5 d; M: ^! f need a /sbin/mount.<type> helper program)4 U" K: x* l9 x2 X. m' ^
In some cases useful info is found in syslog - try
/ X- F* n$ ^+ z- u. h7 L8 ?% j$ i8 C dmesg | tail or so
' g9 u$ o' A4 D" z解决办法:
0 H% Q- B/ f1 p% C# z W* i7 B& l1 V挂载端需要安装nfs-utils% f% Y- J0 P1 T& P( g
yum install -y nfs-utils
$ F- H( {2 e) l再重新挂载,即可成功:
! w d$ d3 G& Rmount -t nfs 192.168.0.5:/tmp /mnt4 M7 c6 _- F% I' z+ R4 Z9 v
, {8 p- k. h/ O3 K7 F0 P8 s |
|