hmm. first change this:
> device /dev/hdc6
> raid-disk 1
> failed-disk 1
to this:
> device /dev/hdc6
> failed-disk 1
then change the partition types of both chunks back to 83 (not fd). then
reboot. check /proc/mdstat to make sure that no raids are running. then run
mkraid --really-force /dev/md0
then change the partition types back to fd.
reboot.
good luck.
allan
Jason Lin <[EMAIL PROTECTED]> said:
>
> mkraid /dev/md0
>
>
> But I get md2 running instead of md0.
> Does anyone know why and how to fix it?
> Thanks.
>
> Jason
>
>
> [root@hostb120 /root]# cat /proc/mdstat
> Personalities : [raid1]
> read_ahead 1024 sectors
> md2 : active raid1 hdc6[1] hda6[0] 3028096 blocks
> [2/2] [UU]
> unused devices: <none>
> [root@hostb120 /root]#
>
>
> cat /etc/raidtab
> raiddev /dev/md0
> raid-level 1
> nr-raid-disks 2
> nr-spare-disks 0
> chunk-size 4
>
> device /dev/hda6
> raid-disk 0
>
> device /dev/hdc6
> raid-disk 1
> failed-disk 1
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Send online invitations with Yahoo! Invites.
> http://invites.yahoo.com
>
--