rlw999 wrote:
philh wrote:
First time I've ever had a hard drive DOA. Was upgrading drives in my home server, as the drives were a bit old and wanted to increase space. Five years ago, said I'll never run out of space, LOL. Four 8TB raid 5 should be good for awhile!
I wouldn't run RAID-5 with such a large array, at least not unless you have good backups or don't care if you lose the data.
Large RAID-5 arrays take a long time (a day, or multiple days) to resilver after a disk loss, and if you lose another disk during the rebuild, you'll lose the entire array. Rebuilding itself stresses the disks making a multi-disk failure not uncommon.
I run a 5 disk RAID-6 array at home, which means I can lose up to 2 disks without data loss, but when I upgrade it, large disks are so cheap that I'll probably just go with mirroring (which means much faster rebuilds)
Have worked with RAID systems on servers since the 1990s and what you posted isn't really true on good quality RAID systems.
Good quality dedicated hardware based RAID controllers have their own processor and on board buffer memory with a backup battery and handles rebuilds in the background and you never see any data loss with RAID5 unless you lose more than 1 drive at a time, perhaps might see a slight reduction in array speed while array has be degraded.
Built on MB software based RAID controllers are however an whole different issue, this type depends on using your PCs processor and memory plus software to emulate the RAID controller. This can cause speed and possible data loss during a rebuild and you will have a very noticeable array access speed reduction during rebuild.
Good quality hardware based RAID systems are expensive but will out perform software RAID systems.
With a dedicated hot spare plus a dedicated hardware RAID controller I kept a production server alive and running for 15 yrs before the server MB suffered a hardware failure.
During that time the server was up 24/7/365 and only shut down for a few power outages that outlasted the UPS and a couple of rack moves.. Served up Ghost images well over 20gig in size and imaged north of 25,000 desktop and 10,000 servers during it's life.. Wore out 3 SAS server rated drives (OS boot array) and 8 1.5TB non server rated SATA drives (data storage) during its life.
Never had to shut down the server for a drive change, the hot spare would automatically be inserted into the array when a drive failed and rebuild happened automatically. The only way I knew that happened was to either visually check the drive lights status or check the drive array controller via remote desktop.
For personal use, anything over RAID 1 (mirrored set) is a bit over the top unless you want to take advantage of expanding your drive space in RAID levels above RAID 1.
Never use RAID 0, no redundancy and if one drive fails all of your data will be lost across all drives in that array..
Best to avoid software based RAID, just not robust or fast once you see the difference between a dedicated Hardware based RAID.