红联Linux门户
Linux帮助

EXT3-fs: error loading journal

发布时间:2011-01-29 11:58:36来源:红联作者:sxsexe
有一块U盘,做两个分区,第一个是fat的,第二个是ext3,分区时都很正常没有报错,但是mount的时候就出问题了,
错误如下:
sudo mount -t ext3 /dev/sdb2 /mnt/sd_ext/
mount: wrong fs type, bad option, bad superblock on /dev/sdb2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
使用dmesg | tail 查看log如下:
[ 59.856459] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 59.882191] sd 3:0:0:0: [sdb] 1989120 512-byte hardware sectors: (1.01 GB/971 MiB)
[ 59.891505] sd 3:0:0:0: [sdb] Write Protect is off
[ 59.891510] sd 3:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[ 59.891514] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 59.891520] sdb: sdb1 sdb2
[ 59.907087] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 59.907168] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 100.981954] JBD: no valid journal superblock found
[ 100.981960] EXT3-fs: error loading journal.
文章评论

共有 2 条评论

  1. 相思爱文 于 2011-01-30 00:35:20发表:

    分区,格式化(建立文件系统),挂载。
    把这三步的具体步骤列出来。
    如果没记清,就重新操作,把所用的命令和屏幕回溃信息都贴上来,看是哪的问题。

    lsusb查看U盘设备
    fdisk 分区,包括按t后的分区标志
    mkfs格式化
    mount挂载

  2. wangyu 于 2011-01-29 17:46:56发表:


    fdisk -l
    看看