Hi,
I am running redhat linux 7.2. I have a mount point (not on the system disk) called /dev/ida/c0d1p5. During boot up, the system gives error:
--------
couldn't find ext2 superblock, trying backup block...
e2fsck: Bad magic number in super-block while trying to open /dev/ida/c0d1p5"
The superblock could not be read or does not describe a corerect ext2 file system.........
Try running e2fsck with an alternate superblock:
e2fsck -b 8193
----------
This partition was working find before. Looks like the partition may have been corrupted.
Does anyone know what command to use to repair this file sytem (I have formated as an ext3 - journal file system)?
I have tried for the following commands:
#fsck -t ext3 /dev/ida/c0d1p5
#e2fsck -p /dev/ida/c0d1p5
#e2fsck -y /dev/ida/c0d1p5
#e2fsck -b 8193 /dev/ida/c0e1p5
and they DID NOT work.
My question is:
1) How to repair an ext3 file system
2) How to list out a list of the alternate superblock on the device?
Thanks,
Steve
I am running redhat linux 7.2. I have a mount point (not on the system disk) called /dev/ida/c0d1p5. During boot up, the system gives error:
--------
couldn't find ext2 superblock, trying backup block...
e2fsck: Bad magic number in super-block while trying to open /dev/ida/c0d1p5"
The superblock could not be read or does not describe a corerect ext2 file system.........
Try running e2fsck with an alternate superblock:
e2fsck -b 8193
----------
This partition was working find before. Looks like the partition may have been corrupted.
Does anyone know what command to use to repair this file sytem (I have formated as an ext3 - journal file system)?
I have tried for the following commands:
#fsck -t ext3 /dev/ida/c0d1p5
#e2fsck -p /dev/ida/c0d1p5
#e2fsck -y /dev/ida/c0d1p5
#e2fsck -b 8193 /dev/ida/c0e1p5
and they DID NOT work.
My question is:
1) How to repair an ext3 file system
2) How to list out a list of the alternate superblock on the device?
Thanks,
Steve