mount: wrong fs type

# mount -t nfs -o nolock 192.168.1.84:/home/jason/filesys /mnt/nfs
mount: 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, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try

dmesg | tail  or so

# ls -l /bin/mount
lrwxrwxrwx    1 root     3355           19 Oct 21  2013 /bin/mount -> mount.util-linux-ng

# ls /bin/mount.util-linux-ng -l
-rwxr-xr-x    1 root     3355        56044 Oct 21  2013 /bin/mount.util-linux-ng

注意:mount.util-linux-ng不支持NFS

修改为:

#busybox mount -t nfs -o nolock 192.168.1.84:/home/jason/filesys /mnt/nfs

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-10-22 04:02:28

mount: wrong fs type的相关文章

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

客户端挂载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盘里的资料备份后,重

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挂载错误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) yo

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 :unknow filesystem type :DM_snapshot_cow

场景描述:在使用livecd启动服务器的过程中,如果硬盘或者U盘上还有一个文件系统,而且这个文件系统已经损坏,可能会出现如下的错误:其实是读取到了一个错误的文件系统,这个时候没有办法 重新拔插U盘也没有任何用处,只好使用其他的操作系统将这个损坏的系统格式化,方能够启动. mount :unknow filesystem type :DM_snapshot_cow

mount: unknown filesystem type &#39;LVM2_member&#39;解决方案【转】

一台服务器,普通/dev/sda1/2(硬盘一) 同步数据到 lvm_member(硬盘二) rsync两硬盘数据同步: From: http://hi.baidu.com/williwill/item/7a36fdd92340b2ee55347f13 系统启动到request_module: runaway loop modprobe binfmt-464c挂起 利用U盘系统,挂载硬盘出现:mount: unknown filesystem type 'LVM2_member' 解决办法: 需