Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
but if 2 fail in raid5 your solMegalomaniac said:sure it does... when one drive fails, your data is still safe.
piako said:but if 2 fail in raid5 your sol
raid 0 1 TB here currently
check out raid 10, you burn 1/2 of the space, but each drive has it's own parity
piako said:but if 2 fail in raid5 your sol
raid 0 1 TB here currently
check out raid 10, you burn 1/2 of the space, but each drive has it's own parity
piako said:Do other disks usually fail during a rebuild? Is that common? I would assume if you started with a batch of disks with the same mauf. date they would all fail around the same time.
djnes said:The only RAID I use is the bug spray I use out behind my shed. RAID5 is the only common RAID type that should even be considered right now. RAID0 is a joke (I'm not even going to mention the fact someone above is using RAID0 as a backup drive....dear god), and RAID1 is nice but you are loosing half the space, and you're data remains online all the time, leaving it vulnerable to malware. That second drive would be better off in a USB enclosure.
No where did I say that. I guess I shouldn't have assumed it was obvious I was comparing RAID1 to an external USB drive.m1abram said:How is RAID 1 more suspectible to malware than RAID5?
djnes said:No where did I say that. I guess I shouldn't have assumed it was obvious I was comparing RAID1 to an external USB drive.
I'll take RAID5 speeds over RAID1 anyday. If you've ever been around enterprise servers, they typically boot from the same RAID5 volume, so I'm not sure where you are getting your "facts" from. That would defeat part of the purpose of using RAID5.
It's also important to note that there are a lot of variables. I am sure that it is possible to build a RAID controller, whose RAID-1 read performance on lots random reads will outperform a RAID-5 array with the same number of drives. Considering that RAID-1 could use the independent spindles to reduce seek time, which RAID-5 cannot, provided that sizeof(read) > sizeof(stripe).m1abram said:Actually I have a new server sitting right next to me that I am setting up to add to our production system. We use RAID 5 and RAID1 and RAID 10 for heavy write database servers. Since this box is a web server I set it up with RAID5 since write performance is not as critical as read.
RAID5 is much slower on writes than a RAID1 or RAID10, I have done alot of research trying to inch performance out of our database. Now on reads RAID5 is faster for the most part than RAID1.
My point to my post was each RAID level has its own purpose. Each has advantages and disadavantages over the others. You must look at your requirements to determine which if any to use.