解决nfs挂载错误wrong fs type, bad option, bad superblock

错误:

[[email protected]]# mount -t nfs 192.168.0.106:/home/nfs1
mount: wrong fs type, bad option, bad superblock on 192.168.0.106:/home/nfs1,
       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

解决办法:

apt-get install nfs-common

或者

yum install nfs-utils
时间: 2024-10-14 10:38:29

解决nfs挂载错误wrong fs type, bad option, bad superblock的相关文章

客户端挂载nfs报错mount: wrong fs type, bad option, bad superblock on...

解决客户端挂载nfs是出现如下报错问题:      mount: wrong fs type, bad option, bad superblock on 172.16.1.9:/home/addam,        missing codepage or helper program, or other error        (for several filesystems (e.g. nfs, cifs) you might        need a /sbin/mount.<type

Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1简单解决方法

使用CentOS连接U盘时,刚连接时,可能会报一下错误: Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail  or so 初步的解决方法是将U盘里的资料备份后,重

azure云中 mount: wrong fs type, bad option, bad superblock on /dev/sdc1

2016-01-30 mount失败问题解决 [[email protected] ~]# mount /dev/sdc /dta mount: you must specify the filesystem type [[email protected] ~]# [[email protected] ~]# mount -t ext4 /dev/sdc1 /data mount: wrong fs type, bad option, bad superblock on /dev/sdc1, m

linux文件系统问题:wrong fs type, bad option, bad superblock

http://blog.itpub.net/26006637/viewspace-1059946/ 报错内容: mount: wrong fs type, bad option, bad superblock on /dev/mapper/oraclevg-oraclelv, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | t

mount: wrong fs type, bad option, bad superblock

mount: wrong fs type, bad option, bad superblock on 125.64.41.244:/data/img,       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

KVM http网络加载镜像报错(mount: wrong fs type, bad option, bad superblock on /dev/loop0)

curl: (23) Failed writing body (7818 != 16384)loop: module loadeddracut-initqueue[579]: mount: wrong fs type, bad option, bad superblock on /dev/loop0dracut-initqueue[579]: missing codepage or helper program, or other errordracut-initqueue[579]: In s

NFS挂载报错

环境: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 migh

阿里云ECS上实现NFS挂载

1. 背景 由于项目需要,现在需要在阿里云上多台服务器上共享一些静态的文件数据.开始时选型方案有:OSS对象存储.NAS存储.自己搭建NFS:考虑成本需要,选择了自己搭建NFS. 项目在阿里金融云上,金融云上产品比公有云贵多了. 下面讲解过程. 注意:你的ECS是否在一个区,且是否在一个安全组.如果两台ECS不在同一个安全组,因此需要在各自的安全组设置规则,在内网进出方向分别添加对方的IP地址. 2. 过程 2.1 服务端 2.1.1 安装     yum install nfs-utils –

mount: wrong fs type

# mount -t nfs -o nolock 192.168.1.84:/home/jason/filesys /mnt/nfsmount: wrong fs type, bad option, bad superblock on 192.168.1.84:/home/jason/filesys,       missing codepage or helper program, or other error       (for several filesystems (e.g. nfs,