Volker Wysk wrote:
> 
> Hello!
> 
> RedHat 6.1's graphical install program has destroyed my RAID0 volume,
> which is really bad for me.
> 
> I was going to install a second Linux, on a separate partition, and chose
> "create RAID partition", and to *not* format it. After that, I couldn't
> mount it any longer. e2fsck and dumpe2fs complain about a bad magic
> number. Using the debugger, I found that the superblock contains garbage.
> 
<snip>
> I've tried to find an alternate superblock, but I didn't succeed so far.
> 

I had a problem with bad superblock last night (using lvm though)

To find an alternate/backup superblock do mke2fs -n <device>
the -n instructs mke2fs to just do a dummy run and not actually change
the disk contents, so this will list where the other superblocks are.

then you can do e2fsck -b <number> <device>

Hope this helps

Glenn

Reply via email to