I am new to OMV and am trying to figure out the best way to set up my server.
I have intel i5-4570, 8GB DDR3 Ram, LSI 9272-8I. 4 HP 4TB HDD's, 160 GB HDD for boot drive.
It will mainly be used for jelly fin server. Would like to have pi hole and a steam catch running on it as well.
So Every thing I read on here about raid makes it sound like at some point the raid array will get corrupted or fail in some way. If that happens then all the data on the array is lost because the data is striped across the array. If this is real possibly I would like to then stay away from raid.
The idea that iv come up with is to use unionfs to create 2 volumes 8TB each. Then use rync to more or less mirror the volumes. This will give me 8TB useable. I think this will be able to have 2 drives fail as long as they are in different volumes without any data loss. That isn't really any different that raid 6 or 10, where this set up is different I would also be able to have 3 drives fail and only have partial data loss. Now I'm not really worried about drive failures I'm more worried about an array failure. With this set up from what I under stand all the drives are independent from each other and I can plug them in individually and see what data is on that drive where as with a raid array if I plug in just one drive the data is useable because parts of the data are stored on the other drive.
So I think think this will give me full redundancy and more or less a backup in the same server.
Let me know if this is a good way of setting this up or if you have a better way. Like I said I am very new this.