Member • Apr 6, 2008
-
engineer_vinayHi all, can anyone tell about RAID-5 configuration? if we have ten hard disks to connect with the help of RAID-5, how to we 'll do it and how many hard disks failure it will support for fault tolrance?
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • Apr 6, 2008
RAID5 is based on parity so is called as Parity RAID. It checks data using parity. There is no dedicated drive here like RAID level 3 & 4, so parity information is distributed among all drives. So it is known as rotating parity array. It requires minimum three drives for implementation & no. of logical drives is one less then that of physical drives.engineer_vinaycan anyone tell about RAID-5 configuration?
For more details and dig. see #-Link-Snipped-#
The configuration will remain same, i.e., distribution of parity among all the disk as shown in above link. RAID5 support recovery from failure of only one hard disk. There is RAID6 that support failure from two hard-disk, but is less common.engineer_vinayif we have ten hard disks to connect with the help of RAID-5, how to we 'll do it and how many hard disks failure it will support for fault tolrance?
-PradeepAre you sure? This action cannot be undone. -
Member • Apr 7, 2008
Well, I do not wish to confuse any further 😀, but you can have parity RAID on a single drive in RAID5 as well. Add Mirroring to this configuration and you can support upto 2 of those 5 hdds going down.Are you sure? This action cannot be undone. -
Member • Apr 7, 2008
Is having parity on a single drive are not property of RAID3 and RAID4?kidakakayou can have parity RAID on a single drive in RAID5 as well.
What kind of mirroring are you thinking to do to support up to 2 hard disk fail overs? Probably mirroring parity disk in your case may not serve the purpose. Mirroring the data drives can solve the purpose, but it will lead to [FONT=arial, helvetica]how ratio of ECC (Parity) disks to data disks means low efficiency, whereas the main advantage of RAID5 is [/FONT][FONT=arial, helvetica]low ratio of ECC (Parity) disks to data disks means high efficiency.kidakakaAdd Mirroring to this configuration and you can support upto 2 of those 5 hdds going down.
-Pradeep
[/FONT]Are you sure? This action cannot be undone.