Just so you know the reason behind not going with RAID 5 for large hard drives anymore. RAID 5 uses parity with 1 drive for an N-1. If you have a drive in the array that dies, you're left with two and still able to function but it's going to warn you to replace the dead drive. When you do, it then scans the remaining two intact drives to populate the 3rd drive from parity data. What many have discovered is that there are usually also errors on one or more of the remaining drives so during rebuild process, when it encounters an error, it may drop another drive...making your array now dead because RAID5 can only survive one drive dying. This is also applicable if you use a hot spare as it still has to search the remaining drives for parity.
RAID 6 allows two drive failures. Even better is RAID 10 which is RAID 1+0
This wasn't really an issue with smaller drives back in the day but now with drive sizes in the 4tb range, it's happening more and more such that RAID 5 is no longer recommended.