[CentOS] create raid /dev/md2

2008-04-18 Thread David Hláčik
Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2 new disks, fdisked , created 2 primary partitions with type fd (linux raid autodetect) Now i want to create raid from them [EMAIL PROTECTED] ~]# mdadm --create --verbose /dev/md2 --level=1 /dev/sdc1 /dev/sdd1 mdadm: error

Re: [CentOS] create raid /dev/md2

2008-04-18 Thread S.Tindall
David Hlácik wrote on Friday, April 18, 2008 11:40 AM: Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2 new disks, fdisked , created 2 primary partitions with type fd (linux raid autodetect) Now i want to create raid from them [EMAIL PROTECTED] ~]# mdadm --create

Re: [CentOS] create raid /dev/md2

2008-04-18 Thread S.Tindall
David Hlácik wrote on Friday, April 18, 2008 11:40 AM: Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2 new disks, fdisked , created 2 primary partitions with type fd (linux raid autodetect) Now i want to create raid from them [EMAIL PROTECTED] ~]# mdadm --create

Re: [CentOS] create raid /dev/md2

2008-04-18 Thread Toby Bluhm
S.Tindall wrote: David Hlácik wrote on Friday, April 18, 2008 11:40 AM: Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2 new disks, fdisked , created 2 primary partitions with type fd (linux raid autodetect) Now i want to create raid from them [EMAIL PROTECTED] ~]#

Re: [CentOS] create raid /dev/md2

2008-04-18 Thread David Hláčik
I just figured out , mdadm --auto=yes , will autocreate /dev/md2 if does not exists. Regards, D. On Fri, Apr 18, 2008 at 6:10 PM, S.Tindall [EMAIL PROTECTED] wrote: David Hlácik wrote on Friday, April 18, 2008 11:40 AM: Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have