Im searching for a way to get the most out of "spare" HDDs. Following setup given:
- 1x 2 TB
- 2x 3TB
- 2x 6TB
What i want/need is:
- Parity (1x HDD can fail. For example, one of the 6TB. Data should still be accessable)
- Most storage possible, without "dead space"
- Attach new HDDs (any size) to increase storage (optional)
For me, it dosnt matter what kind of technology/software is used. ZFS/RAID/lvm/< name here >
As described above, a single HDD failure should be tolerated (The biggest single attached HDD for example)
I tought about a "JBOD", but cant find a final answer about how jbod is implemented. Wiht or without striping. And the most important point is, that the parity part is missing...
Im not sure what happens in lvm, when a hdd is missing, i think the whole volume is unavailable.
Long story short, some magic is needed ;)
Thanks for any advice.
EDIT #1: mhddfs/unionfs While searching i found "mhddfs" & "unionfs": https://serverfault.com/a/543684/569434 mhddfs seems a good way, execpt the parity point.