On Wed, 15 Dec 2004, Harland Christofferson wrote:

> >> development:/etc# cat raidtab 
> >> raiddev /dev/md0
> >>         raid-level      1
> >>         nr-raid-disks   2

notice ... level 1 and number of devices

> mdadm --stop /dev/md0; mdadm -C /dev/md0 -l1 -n2 /dev/hda /dev/hdc 

not good ...

you only use "-C" the first time

you should NOT have to specify /dev/xxxx stuff
since you created /etc/mtab and/or put it in the right
location that mdadm will find it

you should be using:

        mdadm create
        mdadm assemble
        mdadm stop
        mdadm start
        mdadm examine
        .. etc ..

c ya
alvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to