On Wed, Oct 22, 2008 at 12:21 PM, C. R. Oldham <span dir="ltr">&lt;<a href="mailto:cro@ncbt.org">cro@ncbt.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On Oct 22, 2008, at 11:01 AM, Paul Kidwell wrote:<br>
<br>
&gt;<br>
&gt; I tried setting it up with various flavors of Linux with no success.<br>
&gt; RocketRaid says their board<br>
&gt; has linux drivers, but I failed in every attempt to get it running. RR<br>
&gt; tech support told me I had<br>
&gt; the wrong type hard drives. (i.e. they blew me off)<br>
<br>
</div>My recommendation is that you ditch hardware RAID and use Linux kernel<br>
RAID support. &nbsp;It is very reliable and fast. &nbsp;Consider the following:<br>
<br>
1. What will you do if the RAID card goes bad? &nbsp;You will likely lose<br>
your entire array. &nbsp;Even if you replace the RAID card my experience<br>
has been if the new card is not identical in every way, it may not see<br>
the array on your disks. &nbsp;Linux RAID doesn&#39;t have this problem. &nbsp;If<br>
the machine that hosts your array keels over, you just have to attach<br>
your individual disks to any other Linux machine with a similar kernel<br>
revision and tell the MD system to assemble the array and you have<br>
access to your data again.<br>
<br>
2. Storage is cheap, I recommend using RAID 10 instead of 5. &nbsp;With<br>
RAID 10 you can lose 1 or possibly 2 disks and still have access to<br>
your data. &nbsp;With RAID 5, you can only lose 1 disk.</blockquote><div><br>It isn&#39;t that cheap.&nbsp; RAID 10 is stripping on mirrors so you&#39;re still buying double your usable storage.&nbsp; RAID 6 is a better option.&nbsp; 2 disk failures but you only lose a % of your usable space due to double parity.&nbsp; <br>
<br>Kevin</div></div><br>