I have an 8.0 TB Drive which will soon start filling up with videos
I have two spare 4.0 TB Drives
The system is running Linux Mint 19 Tara and is my desktop system (Yes it's a big system able to support 6 HDD in total)
What's the best way to create redundancy with these three drives in case of Drive failure?
My thought's so far:
Option 1: Use only half the 8.0 GB drive and setup Raid 5 between three 4.0 TB volumes.
- Pros: Simple and mature redundancy, may have performance benefits with striping.
- Cons: Requires intervention to restore data access if any drive fails (I've not used Raid before and likely won't again until I need it so it would take me a day to refresh how to restore the array after a failed drive). Also it makes half of the 8.0 GB drive redundant.
Option 2: Combine the two 4.0 TB drives into one 8.0 TB Volume and Mirror the 8.0 TB Drive onto it.
- Pros: Simple and transparent redundancy. Less chance that the active data will be on a Drive that fails. (If either of the two drives in the mirror fail I'll just replace it and recreate the mirror, if the 8.0 TB drive fails I will just buy another and restore from the mirror.)
- Cons: Might not be possible to do without added layers of complexity?
My Primary Question is: Is Option 2 possible and if so how?
Your advice is also appreciated. :-)