[K12OSN] Failed software raid 5

Sudev Barar sbarar at gmail.com
Mon Jan 15 01:50:06 UTC 2007


On 15/01/07, ATM Logic <atmlogic at kmts.ca> wrote:
>
> Sooooooooo,  Then I tried to start fixing things.....
>       mdadm --assemble -m 2 /dev/md2 /dev/hda2 /dev/hdc2 /dev/hdd2
>
> I get
> Mdadm: Bad super-minor number: /dev/md2
>
>       mdadm --assemble --run -m 2 /dev/md2 /dev/hda2 /dev/hdc2 /dev/hdd2
>
>
> Mdadm: failed to RUN_ARRAY /dev/md2: Invalid argument


It is failing as it is not finding any /dev/md2 to add to raid. I think the
command should be:

mdadm --assemble /dev/md2 -m 2 /dev/hda2 /dev/hdc2 /dev/hdd2


Again man mdadm will give you the details. HTH
-- 
Regards,
Sudev Barar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/k12osn/attachments/20070115/a664bbe5/attachment.htm>


More information about the K12OSN mailing list