Re: [CentOS] CentOS 5.5 Sofware RAID1

2010-12-19 Thread Matt
>>> I have the CentOS 5.5 install DVD and trying to install with software >>> RAID1 on two 2TB SATA drives.  The CentOS install only sees one drive. >>>  This is a Supermicro motherboard with fakeraid turned off in bios. >>> >>> I tried the trick like so: >>> >>> dd if=/dev/zero of=/dev/sda bs=512

Re: [CentOS] CentOS 5.5 Sofware RAID1

2010-12-18 Thread Ryan Wagoner
On Sat, Dec 18, 2010 at 4:01 AM, Matt wrote: >> I have the CentOS 5.5 install DVD and trying to install with software >> RAID1 on two 2TB SATA drives.  The CentOS install only sees one drive. >>  This is a Supermicro motherboard with fakeraid turned off in bios. >> >> I tried the trick like so: >>

Re: [CentOS] CentOS 5.5 Sofware RAID1

2010-12-18 Thread Arun Khan
On Sat, Dec 18, 2010 at 2:31 PM, Matt wrote: > > I have the CentOS 5.5 install DVD and trying to install with software > > RAID1 on two 2TB SATA drives. The CentOS install only sees one drive. > > This is a Supermicro motherboard with fakeraid turned off in bios. > > > > I tried the trick like

Re: [CentOS] CentOS 5.5 Sofware RAID1

2010-12-18 Thread Matt
> I have the CentOS 5.5 install DVD and trying to install with software > RAID1 on two 2TB SATA drives.  The CentOS install only sees one drive. >  This is a Supermicro motherboard with fakeraid turned off in bios. > > I tried the trick like so: > > dd if=/dev/zero of=/dev/sda bs=512 count=64 > dd

Re: [CentOS] CentOS 5.5 Sofware RAID1

2010-12-17 Thread Lisandro Grullon
When you boot does the OS see both drives, if so, why not configure using LVM. >>> Matt 12/17/10 6:29 PM >>> I have the CentOS 5.5 install DVD and trying to install with software RAID1 on two 2TB SATA drives. The CentOS install only sees one drive. This is a Supermicro motherboard with fakeraid

[CentOS] CentOS 5.5 Sofware RAID1

2010-12-17 Thread Matt
I have the CentOS 5.5 install DVD and trying to install with software RAID1 on two 2TB SATA drives. The CentOS install only sees one drive. This is a Supermicro motherboard with fakeraid turned off in bios. I tried the trick like so: dd if=/dev/zero of=/dev/sda bs=512 count=64 dd if=/dev/zero o