On 1/8/06, Joe Votour <[EMAIL PROTECTED]> wrote:


--- Steve Adeff <[EMAIL PROTECTED]> wrote:

> On Sunday 08 January 2006 14:30, Michael Haan wrote:
> > On 1/8/06, Steve Adeff <[EMAIL PROTECTED]> wrote:
> > > On Sunday 08 January 2006 13:20, Joe Votour
> wrote:
> > > > --- Steve Adeff < [EMAIL PROTECTED]> wrote:

<snip>

> > > > > Thanks for the help!
> > > > > --
> > > > > Steve
> > > > >
> > > > > >
> _______________________________________________
> > > > >
> > > > > mythtv-users mailing list
> > > > > [email protected]
> > > >
> > > >
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > >

<snip>

> > >
> > > I have nvRaid, so I guess I'm better off using
> the linux "md" raid.
> > > So are these SATA ports useless to me? could I
> still use them and just
> > > use "md" for the actual RAID stuff?
> > >
> >
> > Yes, that's exactly what I do.  4 SATA 250's in a
> RAID 5 config using
> > mdadm.
>
> So you use the raid controller but use mdadm to
> handle the RAID array?
>
> thanks,
> Steve
> _______________________________________________
> mythtv-users mailing list
> [email protected]
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

What you do is use the ports in non-RAID mode (i.e.
make them all regular SATA ports) and use mdadm to
create and manage the RAID array.

-- Joe



__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Exactly.  Give them a raid filesystem, then create the array using mdadm, then put whatever filesystem on it that you want - I use reiserfs.  Below is my mdadm.conf:
 
DEVICE /dev/sda* /dev/sdb* /dev/sdc* /dev/sdd*
ARRAY /dev/md0 level=raid5 num-devices=4 auto=yes UUID=9b1c10ee:174c369e:815e8d0
7:1e7570a3
   devices=/dev/sda,/dev/sdb,/dev/sdc,/dev/sdd
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to