Re: [CentOS] mdadm syntax

2007-11-05 Thread James Olin Oden
On 11/4/07, Art Baldini <[EMAIL PROTECTED]> wrote: > After some testing the placement of the -a was important. when I put it > after /dev/md12, similar to what Tim posted worked. > > Thanks...Art Despite what I wrote previously, yeah the order seems to be important. Its seems like as soon as they

Re: [CentOS] mdadm syntax

2007-11-04 Thread Art Baldini
After some testing the placement of the -a was important. when I put it after /dev/md12, similar to what Tim posted worked. Thanks...Art On 11/2/07, James Olin Oden <[EMAIL PROTECTED]> wrote: > > On 11/2/07, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > > On Nov 2, 2007 8:14 PM, Art Baldini <[EMAIL

Re: [CentOS] mdadm syntax

2007-11-02 Thread James Olin Oden
On 11/2/07, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > On Nov 2, 2007 8:14 PM, Art Baldini <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am trying to create an MD device. I am using the command: > > /sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2 > > /dev/sda12 /dev/sdb12 >

Re: [CentOS] mdadm syntax

2007-11-02 Thread Tim Verhoeven
On Nov 2, 2007 8:14 PM, Art Baldini <[EMAIL PROTECTED]> wrote: > Hi All, > I am trying to create an MD device. I am using the command: > /sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2 > /dev/sda12 /dev/sdb12 > to create the device, and to dynamically create the device file

[CentOS] mdadm syntax

2007-11-02 Thread Art Baldini
Hi All, I am trying to create an MD device. I am using the command: /sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2 /dev/sda12 /dev/sdb12 to create the device, and to dynamically create the device file if needed. What I want is the device file to be created as /dev/md12, bu