Which is likely to be more reliable (safer data + lower downtime):
having 4 drives in RAID 1 OR having 2 drives in RAID 1 plus 2 spare(s)?
In other words, is there an advantage in having spares when you are setting up RAID 1 with 4 drives?
Background: this is MDADM raid on a current stable Linux distribution. Disks are enterprise grade. Partition in RAID 1 is the root partition (minimal writes), so write performance is not a problem. Hardware allows for hot swapping HDDs. On another partition of the same 4 HDDs I have RAID 10 running for write intensive applications.
If by "having 4 drives in RAID" you mean having 4-way RAID1 (ie: 4 duplicate copies of each write), well, this is surely more durable/resilient then a 2-way RAID1 + 2 spares:
That said, 4-way RAID1 is generally overkill for large data partition (3-way mirrors tend to be the upper limit used in the wild). However you can use it for simpler setup and/or peace of mind for smaller dataset as
/boot
and/
.