首页 > 其他 > 详细

NFS挂载报错

时间:2015-01-19 06:54:14      阅读:397      评论:0      收藏:0      [点我收藏+]

环境:CentOS 6.5 64bit 在一台客户端机上执行mount命令挂载nfs,结果报如下错误: 1 2 3 4 5 6 mount:wrongfstype,badoption,badsuperblockon192.168.0.10:/bak, missingcodepageorhelperprogram,orothererror (forseveralfilesystems(e.g.nfs,cifs)youmigh


环境:CentOS 6.5 64bit

在一台客户端机上执行mount命令挂载nfs,结果报如下错误:

1

2

3

4

5

6

mount: wrong fs type, bad option, bad superblock on 192.168.0.10:/bak,

       missing codepage or helper program, or other error

       (for several filesystems (e.g. nfs, cifs) you might

       need a /sbin/mount.<type> helper program)

       In some cases useful info is found in syslog - try

       dmesg | tail  or so

是因为我的客户端机器没有安装nfs-utils,执行如下命令:

1

yum -y install nfs-utils

之后再挂载,正常。


NFS挂载报错

原文:http://vmware51.blog.51cto.com/9851770/1605423

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!