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 | tail or so

[@[email protected]]

问题解决过程如下:

查看文件系统是否已挂载:

ebdbpro:/ # df -h

Filesystem Size Used Avail Use% Mounted on

/dev/cciss/c0d0p2 273G 8.2G 251G 4% /

devtmpfs 16G 156K 16G 1% /dev

tmpfs 16G 1.9M 16G 1% /dev/shm

/dev/dm-1 501G 198M 476G 1% /local_bkup

mount文件系统报错:

ebdbpro:/ # mount /dev/mapper/oraclevg-oraclelv /eb_db

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 | tail or so

查看文件系统分区表:

ebdbpro:/ # more /etc/fstab

/dev/disk/by-id/cciss-3600508b1001c791ddb08dc877ac0021e-part1 swap swap defaults 0 0

/dev/disk/by-id/cciss-3600508b1001c791ddb08dc877ac0021e-part2 / ext3 acl,user_xattr 1 1

proc /proc proc defaults 0 0

sysfs /sys sysfs noauto 0 0

debugfs /sys/kernel/debug debugfs noauto 0 0

usbfs /proc/bus/usb usbfs noauto 0 0

devpts /dev/pts devpts mode=0620,gid=5 0 0

/dev/disk/by-id/cciss-3600508b1001c7923bcc83ceb8f780b6b-part1 /local_bkup ext3 acl,user_xattr 1 2

#/dev/oraclevg/oraclelv /eb_db ext3 noauto,acl,user_xattr 0 0

修复文件系统:

ebdbpro:/ # fsck -t ext3 /dev/mapper/oraclevg-oraclelv

fsck from util-linux-ng 2.16

e2fsck 1.41.9 (22-Aug-2009)

fsck.ext3: Group descriptors look bad... trying backup blocks...

/dev/mapper/oraclevg-oraclelv was not cleanly unmounted, check forced.

Pass 1: Checking inodes, blocks, and sizes

Pass 2: Checking directory structure

Pass 3: Checking directory connectivity

Pass 4: Checking reference counts

Pass 5: Checking group summary information

/dev/mapper/oraclevg-oraclelv: ***** FILE SYSTEM WAS MODIFIED *****

/dev/mapper/oraclevg-oraclelv: 11/52559872 files (0.0% non-contiguous), 3349081/210238464 blocks

时间: 2024-10-21 03:07:58

linux文件系统问题:wrong fs type, bad option, bad superblock的相关文章

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

客户端挂载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

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,

Linux文件系统的创建及挂载

日期: 2015年09月01日 Linux文件系统管理 VFS:(Virtual File System 虚拟文件系统) VFS 是一种软件机制,与它相关的数据结构只存在于物理内存当中.所以在每次系统初始化期间,Linux 都首先要在内存当中构造一棵 VFS 的目录树(在 Linux 的源代码里称之为 namespace),实际上便是在内存中建立相应的数据结构.VFS 中的各目录其主要用途是用来提供实际文件系统的挂载点. VFS 目录树结构: Linux文件系统支持的类型: 基本文件系统:Ext

【转】LINUX文件系统剖析

引自:http://www.ibm.com/developerworks/cn/linux/l-linux-filesystem/   在文件系统方面,Linux? 可以算得上操作系统中的 "瑞士军刀".Linux 支持许多种文件系统,从日志型文件系统到集群文件系统和加密文件系统.对于使用标准的和比较奇特的文件系统以及开发文件系统来说,Linux 是极好的平台.本文讨论 Linux 内核中的虚拟文件系统(VFS,有时候称为虚拟文件系统交换器),然后介绍将文件系统连接在一起的主要结构.