***** Please disregard.
I discovered that JBOD will trash 100% of your data, if a single drive fails.
==========
I believe that setting up a JBOD (just a bunch of disks) RAID would eek out every byte that can be squeezed onto a hard drive.
(I write “believe” because I never actually used JBOD)
The reason for my belief is that, if my understanding is correct, JBOD simply fills one disk, and when there is no more room, it continues to the next disk, etc. And the advantage of JBOD is that when a disk has, for example, only 10GB remaining, the plot file will write out to that available 10GB and finish writing the remainder of the plot on the next drive.
Of course, you could accomplish this with a RAID 0. But then if any drive fails, you lose 100% of your plots across all of the drives in that array.
If a JBOD array works the way I think that it works, then if one of the drives fail, you will lose only the plots that are on that one drive (plus any partial plots that are on that drive and an adjacent drive – one more plots if your first or last drive failed, and two more plots if any of the other drives failed). So you cut your losses, significantly, compared to a RAID 0.
RAID 5 is a RAID 0 with a parity drive (allowing the loss of any 1 drive, and no data loss). If you lose a drive in a RAID 5, it effectively becomes a RAID 0, until you swap out the failed drive, and your RAID controller will automatically build the array back to a RAID 5 (back to being able to absorb a single drive failure).
The problem with RAID 5, as it pertains to Chia, is that you basically lose one drive’s worth of data storage.
So if your RAID 5 has 10 drives in it, then you get the total storage capacity of 9 drives (the 10th, parity drive, is your parachute when a drive fails). So you are paying a bit more per TB of storage space.
If you have 50 drives in a RAID 5, then the cost per TB is, as a percentage, not a big difference. But if you have 5 drives in a RAID 5, then you are paying a big hike per TB to run that RAID 5.
This is why I believe that a JBOD RAID (if my understanding is correct) will give you the maximum available space, and the minimum amount of risk (in the event of a drive failure).
RAID 0 and RAID 5 are faster than JBOD (RAID 0 being the fastest). But for Chia, that speed difference should not matter.
If anyone can confirm what the impact of a lost disk, in a JBOD array is, I would appreciate hearing from them.
==========
***** Please disregard.
I discovered that JBOD will trash 100% of your data, if a single drive fails.