`
xmeteor
  • 浏览: 73572 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

Linux NFS Mount: wrong fs type, bad option, bad superblock on fs2:/data3

 
阅读更多

Refference: http://www.cyberciti.biz/faq/missing-codepage-helper-program-other-error/

 

I've netapp NFS server with /data3 as shared directory. I type the following command at Ubuntu Linux to mount the NFS server:

mount fs2:/data3 /nfs/
OR
mount 192.168.1.100:/data3 /nfs/

But I'm getting an error which read as follows:

mount: wrong fs type, bad option, bad superblock on fs2:/data3,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so

How do I fix this problem?

NFS client needs portmap service, simply install nfs-comman package as follows to fix this problem:

$ sudo apt-get install nfs-common
 

Make sure portmap service is running:
sudo service portmap status

Sample outputs:
portmap start/running, process 4193

If not just start it:
$ sudo service portmap start

One installed you can see all shared NFS directories as follows:
showmount -e fs2

Sample outputs:
Export list for fs2:
/Sales
/Web
/Accounting
/Recordings
/Public
/Network Recycle Bin 1
/Music
/Download
/Games
/Family

Simply run mount command again:
$ sudo mkdir /nfs
$ sudo mount fs2:/data3 /nfs/
$ ls /nfs
分享到:
评论

相关推荐

    Ubuntu18.04挂载新的硬盘到文件管理系统中 wrong fs type, bad option, bad superblock on /dev/sdb

    1 安装 将硬盘通过排线插到主板上,对于有需要单独供电的硬盘,提供合理的供电电源,供电电压一定要稳定,不然硬盘比较容易出问题。 2 查看系统是否识别到硬盘 lsblk 其他不相关的分区就不截图了,如果你看到很多...

    Linux下文件系统superblock故障修复归类.pdf

    Linux下文件系统superblock故障修复归类.pdf

    squashfs1.3r3.tar.gz

    SQUASHFS 1.3r3 - A squashed read-only filesystem for Linux Copyright 2004 Phillip Lougher (phillip@lougher.demon.co.uk) Released under the GPL licence (version 2 or later). Squashfs is currently ...

    linux文件系统,inode,datablock,superblock,Filesystem Description等详解

    每个块都可能含有superblock,...事实上除了第一个块内会含有superblock 之外,后续的块不一定含有superblock,而若含有superblock则该superblock主要是做为第一个块内superblock的备份,这样可以进行superblock的救援

    superblock

    关于SUPERBLOCK的简要概述,是一种优化的闪存存储方式

    SQUASHFS error问题解决

    QUASHFS error: sb_bread failed reading block 的错误一般都是文件系统不完整导致的。

    linux硬盘坏道修复

    linux由于superblock损坏lvm分区损坏修复方法

    squashfs2.2-r2.tar.gz

    example 3: %mksquashfs /home/phillip/test goodies test output_fs This is the same as the previous example, except a third source directory "test" has been specified. This conflicts with the first ...

    浅谈Linux磁盘修复e2fsck命令

    linux下磁盘检查修复命令e2fsck -a: 检查 partition,如发现问题会自动修复。 -b: 设定 superblock 位置。 -B size: 指定 size 作为区块大小。 -c: 检查 partition 是否有坏轨。 -C file: 将检查结果储存到 file。 ...

    E13:UNIX V6++的SuperBlock与Inode1

    1. 下列属于 UNIX 操作系统管理进程的数据结构是 2. 画出 UNIX 文件系统的磁盘存储区分配图 3. UNIX V6++文件系统中,如果每个硬盘扇区

    E13:UNIX V6++的SuperBlock与Inode(参考答案)1

    2. 【参考答案】UNIX 文件系统的磁盘存储区分配图如下所示: 3. 【参考答案】 4. 【参考答案】

    testdisk-6.13.linux26.tar.bz2

    查找ext2/ext3/ext4备份的SuperBlock 从FAT,NTFS及ext2文件系统恢复删除文件 从已删除的FAT,NTFS及ext2/ext3/ext4分区复制文件. TestDisk拥有两种模式:新手模式和专家模式。对于那些对数据恢复技巧了解很少,...

    Linux e2fsck命令用法详解

    e2fsck [-pacnydfvFV] [-b superblock] [-B blocksize] [-l|-L bad_blocks_file] [-C fd] device 参数说明: device : 预备检查的硬盘 partition,例如:/dev/sda1 -a : 对 partition 做检查,若有问题便自动修复,...

    Ext Superblock.tpl

    Ext Superblock.tpl

    testdisk源代码

    查找ext2/ext3/ext4备份的SuperBlock 从FAT,NTFS及ext2文件系统恢复删除文件 从已删除的FAT,NTFS及ext2/ext3/ext4分区复制文件. TestDisk拥有两种模式:新手模式和专家模式。对于那些对数据恢复技巧了解很少,...

    实现批量linux格式化硬盘和挂载硬盘脚本分享

    代码如下:#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbinexport PATH i=1while [ $i -lt 13 ] #硬盘数量,除系统盘之外是12块doj=`echo $i|awk ‘{printf “%c”,97+$i}’` #系统盘是sda,如果是其它的需要修改...

    Linux 文件系统的操作实现

    磁盘的整体数据是在superblock块中,但是每个个别文件的容量则在inode当中记载,常用来显示磁盘使用量的两个命令 df: 列出文件系统的整体磁盘使用量 du: 评估文件系统的磁盘使用量(常用于评估目录所占容量) $ df ...

    jfs_superblock.rar_magic

    make the magic number something a human could read.

    文件管理实验报告.doc

    3. 系统应能检查输入命令的正确性,出错能显示出原因。 4. 对文件必须设置保护措施,如只读、写、执行等。在每次打开时再次设置保护级别,即 可有二级保护。 5. 对文件的操作至少有以下几条命令 create:建文件 ...

    Linux fsck.minix命令用法详解

    Linux fsck.minix命令 Linux fsck.minix命令用于检查文件系统并尝试修复错误。 当minix文件系统发生错误时,可用fsck.minix指令尝试加以参考。 语法 fsck.minix [-aflmrsv][外围设备代号] 参数: -a 自动修复文件...

Global site tag (gtag.js) - Google Analytics