In my home NAS, I have two 1TB hard drives (WD RED WD10JFCX). They are currently running in RAID1 (total capacity 1TB) and contain my primary data backup.
A few days ago, I bought an identical drive in good condition and I would like to expand my storage. I plan to use these drives to build a 2TB storage with a durability comparable to the current one.
After googling I'm considering two options:
1) Rebuilding RAID1 to RAID5 with 3 drives. RAID5 is simple to use and easy to configure. However, it doesn't have any tools for checking for bit-root errors. It's also susceptible to data corruption due to "write hole".
2) Rebuilding RAID1 to modern ZFS RAIDz. Unfortunately, installing it in OMV is a bit tricky because it requires a dedicated kernel. For me, it's a risk. RAIDz has self-healing mechanisms, but large logical data corruptions (e.g., due to bad sectors) are also unrecoverable, just like in classic RAID5. Additionally (though this is apparently a myth), RAIDz requires a lot of memory and a powerful CPU. Some also claim that RAIDz's self-monitoring mechanisms cause faster drive wear (more frequent head movements in the background). RAIDz supports data compression, but this slows down read/write speeds and doesn't always take effects, depending on stored data.
Which of these statements are true and which are false? Or am I missing something else?
I'd like my choice to be well-considered...