Ad
News

LSI to introduce enterprise SATA-II controller

Published on February 12, 2005

LSI Logic next week plans to unveil what it said is the industry's first enterprise-class SATA-II RAID controller. Read more

Oxford Semi intros SATA bridge chips for external storage

Published on May 17, 2005

Oxford Semiconductor claims to be the first company to offer a SATA interfacing bridge chip to external storage manufacturers. Read more

Thermaltake introduces NAS-RAID drive storage system

Published on July 28, 2006

Thermaltake introduced its Muse N0001LN NAS-(Network Attached Storage-) RAID drive storage system. Read more

New group formed to continue SATA spec development

Published on September 09, 2004

40 computer component and peripheral companies announced today the formation of the Serial ATA International Organization (SATA-IO). Read more

Latest Reviews & Articles

Intel's Core i7: Blazing Fast, But Crippled O/C

Published on November 03, 2008

Core i7--previously referred to as Nehalem--requires new motherboards, coolers and memory. Its performance is compelling and means AMD is falling behind even further, but Intel is putting in some speed bumps that will impact overclocking enthusiasts. Read more

System Builder Marathon: Performance & Value

Published on October 31, 2008

Three dramatically different builds face off in a show of performance, defining the real value of each. Our mainstream system is designed to meet the needs of most users. Who should spend more and who can live with less? Read more

System Builder Marathon: $500 Gaming PC

Published on October 30, 2008

For the second to last day of our System Builder Marathon series, we add a $500 gaming PC to the mix. It's not going to be as quick as our other two builds, but we think Paul was able to get some serious value from this thing. Read more

Tom's SBM: The $1,500 Mainstream PC

Published on October 29, 2008

We're following up yesterday's $4,500 behemoth with a more affordable $1,500 mid-range build. Let's see what sort of performance (and overclocking headroom) you can get when you spend one third of the money. Read more

  Tom's Hardware Forums » Motherboards & Memory » Asus » P5GD1 - SATA RAID 0+1 ? RAM too...
 

P5GD1 - SATA RAID 0+1 ? RAM too...




Word :   Username :  
 
Bottom
Author
 Thread : P5GD1 - SATA RAID 0+1 ? RAM too...
 
More Information

Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

 

I am a bit confused with this new Intel Matrix RAID stuff; can someone
please clarify if I can use 4 SATA drives to have a true RAID 0+1 (striping
with mirror) array on the Asus P5GD1 or P5GD2 ? If not, isn't a 2 drive
Intel Matrix a bit of a herring?

I am setting up a CAD server to serve large files to 20 users, by the way.

Also, will 2 Gb RAM be better than 1 Gb on a file server? Is DDR2 Worth it
for this application?

Thank you kind people.

Related Product

Register or log in to remove.

More Information

Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

 

"Mr Mister" <mister@microsoft.com> wrote in message
news:416eb0a3@usenet.per.paradox.net.au...
>I am a bit confused with this new Intel Matrix RAID stuff; can someone
>please clarify if I can use 4 SATA drives to have a true RAID 0+1 (striping
>with mirror) array on the Asus P5GD1 or P5GD2 ? If not, isn't a 2 drive
>Intel Matrix a bit of a herring?
>
> I am setting up a CAD server to serve large files to 20 users, by the way.
>
> Also, will 2 Gb RAM be better than 1 Gb on a file server? Is DDR2 Worth
> it for this application?
>
> Thank you kind people.
>

RAID0 is for speed and RAID1 for redundancy but IMHO if you have more then 2
drives then RAID5 is a better solution. It uses striping for speed plus has
redundancy at a cost of (n-1)/n*size where n is the number of drives. So if
you have 4x20GB drives RAID5 will give you (4-1)/4*20GB = 60GB of space with
data striped across all the drives. You can loose one drive and not loose
any data. Depending on your system you can also add a spare so that one
drive goes down, the spare will automatically replace it. RAID0+1 on the
other hand will only give you 40GB of redundant data and no spares.

Since this is a server, both Windows servers and Linux (any distro) have
software RAID5.

As far as the RAM, it's a waste of money if the system doesn't use it.
Unless you're going to run applications on the server, file sharing isn't
going to use a lot of memory.

If the system is going to be a file server, I'd spend the money on the drive
subsystem. At least a RAID5 card with onboard cache and the ability to use
spares. Your four drives would still get you 2x the capacity but with the
ability to loose 2 drives and not loose data. Two drives down in a RAID0+1
and I think you're toast.

More Information

Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

 

Thanks for your informative reply.

However, I am still unsure if the Intel Matrix RAID as on the P5GD1 will do
true RAID 0+1 on 4 SATA drives?

I understand that RAID 5 is better, but also cannot locate a PCI-E SATA
RAID card in Australia; if I could suggestions are it would be quite pricey.
I may have to consider standard ATA instead of SATA, and use the onboard
ITE 8212F controller. Unfortunately I gather that ATA is not as efficient
as SATA.....

Thanks again.

"m.marien" <mm AT RiverCityCanada DOT com> wrote in message
news:10mteq1p595ldd1@corp.supernews.com...
>
> "Mr Mister" <mister@microsoft.com> wrote in message
> news:416eb0a3@usenet.per.paradox.net.au...
>>I am a bit confused with this new Intel Matrix RAID stuff; can someone
>>please clarify if I can use 4 SATA drives to have a true RAID 0+1
>>(striping with mirror) array on the Asus P5GD1 or P5GD2 ? If not, isn't a
>>2 drive Intel Matrix a bit of a herring?
>>
>> I am setting up a CAD server to serve large files to 20 users, by the
>> way.
>>
>> Also, will 2 Gb RAM be better than 1 Gb on a file server? Is DDR2 Worth
>> it for this application?
>>
>> Thank you kind people.
>>
>
> RAID0 is for speed and RAID1 for redundancy but IMHO if you have more then
> 2 drives then RAID5 is a better solution. It uses striping for speed plus
> has redundancy at a cost of (n-1)/n*size where n is the number of drives.
> So if you have 4x20GB drives RAID5 will give you (4-1)/4*20GB = 60GB of
> space with data striped across all the drives. You can loose one drive and
> not loose any data. Depending on your system you can also add a spare so
> that one drive goes down, the spare will automatically replace it. RAID0+1
> on the other hand will only give you 40GB of redundant data and no spares.
>
> Since this is a server, both Windows servers and Linux (any distro) have
> software RAID5.
>
> As far as the RAM, it's a waste of money if the system doesn't use it.
> Unless you're going to run applications on the server, file sharing isn't
> going to use a lot of memory.
>
> If the system is going to be a file server, I'd spend the money on the
> drive subsystem. At least a RAID5 card with onboard cache and the ability
> to use spares. Your four drives would still get you 2x the capacity but
> with the ability to loose 2 drives and not loose data. Two drives down in
> a RAID0+1 and I think you're toast.
>
>
>


  Tom's Hardware Forums » Motherboards & Memory » Asus » P5GD1 - SATA RAID 0+1 ? RAM too...

Go to:
 

Google Ads