Hi,
        i have Debian 2.0 with glibc, kernel 2.0.36, mdutils 0.35-20. My
computer is Intel 400MHz with 2 x 9GB IDE disc from seagate (both disc are
identic manufacturer type).

I need join /dev/hda3 + /dev/hdb3 into one /dev/md0 with raid1 personality.
Partition size's (200 MB) and positions are the same, both are blank formated.
When I type:

mdcreate raid1 /dev/md0 /dev/hda2 /dev/hda3
mdadd -a

and type "cat /proc/mdstat"

see:

md0 : inactive hda3 hdb3 417690 block

when I try: "mdrun -a"

I get only this error message:

"/dev/md0: Invalid argument"

my /etc/mdtab follow:

/dev/md0 raid1,4k,0,006fa917  /dev/hda3 /dev/hdb3


what's wrong ?

Reply via email to