码迷,mamicode.com
首页 > 其他好文 > 详细

NFS挂载报错

时间:2015-01-19 06:55:00      阅读:208      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!