<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Henry Hartley wrote:
<blockquote
 cite="mid:FE10F31634E7F34B87AA143D596085410B7FFE88@EX-CMS01.westat.com"
 type="cite">
  <pre wrap="">I'm building a small server for use at home and I'd like to set it up with mirrored drives (RAID 1). I also thought I might buy two pairs of drives, one small for the "system" and one large for "content". The motherboard I'm looking at is an ASUS M4A78 PRO which says it supports RAID 1 (among others). 

I haven't set up RAID before and my question, if anyone happens to know, is whether that means that I can set up two independent pairs of RAID 1 mirrors. That is, I want to mirror two 120GB drives and then mirror a second pair of 1TB drives. 

The user manual, which I found on-line, says, "For detailed instructions on how to configure RAID 0, RAID 1, RAID 10, and JBOD, refer to the RAID manual in the support DVD." I can't, however, find the RAID Manual on their web site.

Is what I want to do normally supported? Does anyone have an ASUS motherboard and therefore the support DVD and would be willing to see if anything like this is in the RAID manual (or you could send it to me off-list). Thanks.
  </pre>
</blockquote>
<br>
Be careful with those "embedded RAID" devices.  Generally they require
some Microsoft Windows driver to actually work, so they're really
MS-specific software RAID.  It's always mystified me why there's a
market for that, because Windows NT Server has supported RAID-1 since
v3.50 from 1994.  For this reason, I always steer clear of the
"embedded RAID" part and just use those ports like regular ol' SATA
ports (aka "JBOD-mode").<br>
<br>
If you want to do a couple of mirrors like you're describing, there are
better ways to do it.  The first is to get a real RAID card, that is
supported by Linux, that doesn't break the bank.  LSI Logic's 150-4
SATA controller (four-port) would be a good fit for you.  I use a
couple of their 150-6 SATA controllers with excellent results.<br>
<br>
The second way to do it, if you're hesitant about money for the RAID
card, is to go ahead and do software RAID, but not with ASUS's
controller.  Like Windows NT Server, Linux also supports software RAID
directly, and mirroring isn't all that CPU-intensive.<br>
<br>
--TP<br>
<div class="moz-signature">
_______________________________
<br>
Do you <a href="http://www.gnu.org">GNU</a>?
<br>
<a href="http://www.cmosnetworks.com">Microsoft Free since 2003</a>--the
ultimate antivirus protection!
<br>
</div>
<br>
</body>
</html>