SATA RAID Enclosure w/ Temperature Monitoring?
vanyel asks: "Yesterday, my external USB 2.0 drive enclosure finished cooking a 3/4 full 200G drive after its fan quit working who knows how long ago. In the time honored tradition of closing the barn door *after* the horse has wandered away, I'm accelerating my quest for a RAID solution. In particular, I want something that will support 4 SATA drives and has temperature monitoring that doesn't require a particular vendor's RAID card or Windows. Better yet, is there a RAID-5 NAS that isn't in the $4-5000USD price range. Anyone with a better barn door to close this problem with?"
At least with ATA drives, you can usually use smartd to monitor your drives. This includes temperature and various failure indicators. Usually when a drive fails, there is plenty of warning from small failures that the drive recovers from. When you run smartd, you can receive these warnings.
There is really only one good reason to ever use RAID5, and that is that you're too tight on money to be able to afford to RAID1 (Mirror) the storage you need (If you need 400G of space, RAID1 is gonna cost you 800G of storage, whereas RAID5 might only cost you 500G of storage). RAID1 is both faster (For writes and especially reads) and more resilient than RAID5. Assuming you can afford it (and storage itself is pretty cheap today, especially if you don't get a fancy RAID5 controller), just go with RAID1.
If you want really nice performance and you're buying 4+ drives, do RAID1+0 - mirror the drives up in pairs (where the pairs are as diverse as your setup allows, seperate controllers and/or chassis and/or power, etc...), then stripe the data volume on top of the sets of mirror-pairs.
11*43+456^2
I got mine from http://www.newegg.com/ for around $150 when you get shipping and tax involved, and they work good.
Which really disappoints me as I will soon run out of room in my PowerMac with my extra drive bracket.
Is it just me or is Slashdot becoming exponentially more useless?
Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
Here's a clear and concise explanation, with pictures.
With a striped pair of mirrors, a total failure happens only if both drives in one of the mirrors fail; there are two ways this can happen.
With a mirrored pair of stripes, a total failure happens whenever any two drives in different stripes fail; there are four ways this can happen.
In both cases, there are (4 2) = 6 pairs of drives that can fail. Given that two drives have failed, there's a 2/6 = 33% chance that the RAID 1+0 will fail, but a 4/6 = 67% chance that the RAID 0+1 will fail.