<div><span class="gmail_quote">On 1/8/06, <b class="gmail_sendername">Joe Votour</b> &lt;<a href="mailto:joevph@yahoo.com">joevph@yahoo.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>--- Steve Adeff &lt;<a href="mailto:adeffs@gmail.com">adeffs@gmail.com</a>&gt; wrote:<br><br>&gt; On Sunday 08 January 2006 14:30, Michael Haan wrote:
<br>&gt; &gt; On 1/8/06, Steve Adeff &lt;<a href="mailto:adeffs@gmail.com">adeffs@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; On Sunday 08 January 2006 13:20, Joe Votour<br>&gt; wrote:<br>&gt; &gt; &gt; &gt; --- Steve Adeff &lt;
<a href="mailto:adeffs@gmail.com">adeffs@gmail.com</a>&gt; wrote:<br><br>&lt;snip&gt;<br><br>&gt; &gt; &gt; &gt; &gt; Thanks for the help!<br>&gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; Steve<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; &gt;<br>&gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; mythtv-users mailing list<br>&gt; &gt; &gt; &gt; &gt; <a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt;<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt; &gt; &gt; &gt;
<br><br>&lt;snip&gt;<br><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I have nvRaid, so I guess I'm better off using<br>&gt; the linux &quot;md&quot; raid.<br>&gt; &gt; &gt; So are these SATA ports useless to me? could I<br>&gt; still use them and just
<br>&gt; &gt; &gt; use &quot;md&quot; for the actual RAID stuff?<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Yes, that's exactly what I do.&nbsp;&nbsp;4 SATA 250's in a<br>&gt; RAID 5 config using<br>&gt; &gt; mdadm.<br>&gt;<br>&gt; So you use the raid controller but use mdadm to
<br>&gt; handle the RAID array?<br>&gt;<br>&gt; thanks,<br>&gt; Steve<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br>&gt;<br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br><br>What you do is use the ports in non-RAID mode (i.e.<br>make them all regular SATA ports) and use mdadm to
<br>create and manage the RAID array.<br><br>-- Joe<br><br><br><br>__________________________________________<br>Yahoo! DSL – Something to write home about.<br>Just $16.99/mo. or less.<br><a href="http://dsl.yahoo.com">dsl.yahoo.com
</a><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<div><br>Exactly.&nbsp; Give them a raid filesystem, then create the array using mdadm, then put whatever filesystem on it that you want - I use reiserfs.&nbsp; Below is my mdadm.conf:</div>
<div>&nbsp;</div>
<div>DEVICE /dev/sda* /dev/sdb* /dev/sdc* /dev/sdd*<br>ARRAY /dev/md0 level=raid5 num-devices=4 auto=yes UUID=9b1c10ee:174c369e:815e8d0<br>7:1e7570a3<br>&nbsp;&nbsp; devices=/dev/sda,/dev/sdb,/dev/sdc,/dev/sdd</div>