RAID Options?
Comprox
*chortle*Canada Join Date: 2002-01-23 Member: 7Members, Super Administrators, Forum Admins, NS1 Playtester, NS2 Developer, Constellation, NS2 Playtester, Reinforced - Shadow, WC 2013 - Silver, Subnautica Developer, Subnautica Playtester, Pistachionauts
in Off-Topic
Hey Helpful People,
I have a server here at work which we I am taking home which has a nice big space for a RAID in it. I was going to use it to use as a central spot in my house to backup everyone's data and music collections and so forth. I had never setup a RAID before so after some research it looked like RAID 5 was the way to go. I don't need much raw read/write speed, I just want storage capacity and redundancy.
Is RAID 5 the way to go? I lose a drive worth of space doing this so I was wondering if there was a better option to maximize total storage space but still keep the redundancy if one drive happens to fail.
Thanks
I have a server here at work which we I am taking home which has a nice big space for a RAID in it. I was going to use it to use as a central spot in my house to backup everyone's data and music collections and so forth. I had never setup a RAID before so after some research it looked like RAID 5 was the way to go. I don't need much raw read/write speed, I just want storage capacity and redundancy.
Is RAID 5 the way to go? I lose a drive worth of space doing this so I was wondering if there was a better option to maximize total storage space but still keep the redundancy if one drive happens to fail.
Thanks
Comments
As far as my limited knowledge of RAID goes, Raid 1 is the safest bet, but 5 will do just as well if you want some speed increase.
Chances of multiple drive failure usually isn't high (except of cases such as an accident, or having only drives coming from the same faulty production chain) so Raid 5 represents high enough security.
Raid 1 represents a much higher security as the contents of the drive is copied on every disk in the array. Usually overkill, especially for a home useage.
RAID5 is slower, much slower, than RAID1 in almost every case.
Compy, I think RAID5 is probably your best option. I bought four 750 GB drives, staggered two months apart, to build the backup array in my server. Haven't actually set it up yet. Still wrangling with software RAID under linux. It's not quite an out-of-the-box solution.
In the unlikely event you're not looking at software RAID, make sure you don't buy a cheap ###### RAID controller. Also, buy two in case the first one fails so you don't lose all your datas.
--Scythe--
RAID 1 is raw copying. So, you only get 50% efficiency of your storage. However, it's cheap and simple (only need 2 drives!)
RAID 5 I believe is the stripped parity system, right? 3 disks hold numbers (actual data), 4th is parity, but which disk is parity is distributed amongst the 4 drives giving you way better write loading instead of bottlenecking the 4 disks that want to write and only 1 can handle the parity write. Reads are the same speed as RAID4. But, since you don't overload 1 disk for all your parity writes, it's much better on average for writes. 75% efficiency of storage, but you now need at least 4 disks sitting around.
Yay being an Electrical Engineer and knowing about computers....
I should really give up trying to understand these "computer" things.
And this is going to seem dumb, but one thing to keep in mind is that conceptually RAID1 (and its cousins: 1+0 and 0+1) is a lot simpler than RAID5. For me I know my odds of recovery are way higher if I actually understand what the thing is, and how it works.
Of course given the price of hard disks what you should really do is overcharge everyone for rent one month (say your heating bill was extra high, due to the harsh Canadian winter) and go 1+0. That way you have redundancy and performance, at only double the cost!
Speed is apart from storage efficiency.
<!--quoteo(post=1759508:date=Mar 16 2010, 08:13 AM:name=spellman23)--><div class='quotetop'>QUOTE (spellman23 @ Mar 16 2010, 08:13 AM) <a href="index.php?act=findpost&pid=1759508"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->RAID 5 I believe is the stripped parity system, right? 3 disks hold numbers (actual data), 4th is parity, but which disk is parity is distributed amongst the 4 drives giving you way better write loading instead of bottlenecking the 4 disks that want to write and only 1 can handle the parity write.<!--QuoteEnd--></div><!--QuoteEEnd-->
The bottleneck is usually in the controller, not the drives. It's gotta calculate the parity and stripe the data out as it writes. That and you also lose the speed advantages from large continuous writes.
--Scythe--
If what you want is somewhere you can dump your photos, home movies, mp3s etc.. and all that stuff you hate to lose on a HD crash, then get to drives and put them in SW RAID 1.
<!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->Thankfully this puppy came with a hardware raid controller<!--QuoteEnd--></div><!--QuoteEEnd-->
Then make sure you buy server level HDs with long-life availability for replacement and a plan in place for doing a reinstall if your system drive is on a raid.
Well... RAID1 is....
But yeah. It's just a way to be able to reconstruct stuff if something goes kablooey.
I concede.