[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] RAID Error



On Thu, 17 Jan 2002, Richard Sidlin wrote:

> Anyone help on this please?
> 
> Can anyone tell me which hard drive is at fault here please. If it is
> the secondary, do I simply take it out and replace it with an identical
> drive? Does it need to be unpartitioned?

There is no way to tell from those messages, you need to look at the boot
logs, type 'dmesg' or look at var/log/dmesg, you should see the partition
tables for both drives registered

eg:
Partition check:
 hda: hda1 hda2 hda3 hda4
VFS: Mounted root (ext2 filesystem) readonly.

etc, (The VFS is different for raid that that) Make sure BOTH drives show
up.

Then do:
/sbin/fdisk -l /dev/hda
/sbin/fdisk -l /dev/hdc

To print out the raw partition tables on the physical drives, they are
supposed to match...

The raid messages only tell me sonething nasty happened and the kernel is
having trouble recovering it (It's trying to recover the first partition,
so that one is probably dead too, eg, all 4 are )

> Warning: RAID device <md3> has a dead partition!

There's more, but start there ;P

gsh