<div class="gmail_quote">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">sorry, I should have been more specific. I already have the OS/SQL on<br>a seperate 7200rpm 40GB MB cache drive. What I'm trying to figure out<br>
is the best way to set up the three 1.5TB drives to be used as a<br>media/recordings drive. all the recordings and DVDrips/ripped<br>music/etc will go on this, so I'm interested in what will give me the<br>best combination in speed for writing/reading for recordings (two<br>
firewire tuners one clearQAM tuner) and of course size. Of course it<br>would be nice to have some level of redundancy for the media stuff<br>(dvd/music rips). So one option is obviously RAID 5 across the drives,<br>which if they decide they want more space they can always add more<br>
drives to the array. This I know is good for redundancy and ok for<br>speed. But are there other options I should look at?<br></blockquote>
<div>Adding more drives to a RAID 5 array is not trivial... usually requires a backup, then you break the array, then build a new array, finally restore your data. With high end controllers, careful choice of file system, and LVM you might be able to resize on the fly... but it's still risky and a backup would be HIGHLY recommended.</div>
<div> </div>
<div>A lot of people don't realize that with software raid, you don't raid the disks you raid the partitions. On my server I have 3 drives with a small partition at the start of each disk (disk 1 is boot, 2 and 3 are swap). The next partition on each disk is raid 1 across all 3 drives for my database. Sure it takes longer to write to all 3, but reads are very fast. Finally, I mirror the remainder of two of the drives for my movie/music collection and use the remainder of the third for television.</div>
<div> </div>
<div>Drive 1:</div>
<div> P1 - boot</div>
<div> P2 - MD0 (mirroring)</div>
<div> P3 - MD1 (mirroring)</div>
<div> </div>
<div>Drive 2:</div>
<div> P1 - swap</div>
<div> P2 - MD0 (mirroring)</div>
<div> P3 - MD1 (mirroring)</div>
<div> </div>
<div>Drive 3:</div>
<div> P1 - swap</div>
<div> P2 - MD0 (mirroring)</div>
<div> P3 - Standard data partition.</div>
<div> </div>
<div>This setup yields almost as much space as a software raid 5 setup (other than the small DB array it's the same amount of usable storage)... but is faster, has less CPU overhead, and has equal or better fault tolerance for the data I am concerned about. (database can handle a 3 drive failure, movies/music a single drive failure, tv... who cares). </div>
</div>