| ▲ | spoaceman7777 20 hours ago | ||||||||||||||||
A solution I haven't yet seen in this thread is to buy multiple drives, and sacrifice the capacity of one of those drives to maintain single parity via a raidz1 configuration with zfs. (raidz2 or raidz3 are likely better, as you can guard against full drive failures as well, but you'd need to increase the number of drives' capacity that you're using for parity.) zfs in these filesystem-specific parity-raid implementations also auto-repairs corrupted data whenever read, and the scrub utility provides an additional tool for recognizing and correcting such issues proactively. This applies to both HDDs and SSDs. So, a good option for just about any archival use case. | |||||||||||||||||
| ▲ | fsckboy 20 hours ago | parent | next [-] | ||||||||||||||||
this is about drives that are not plugged in. are you saying parity would let you simply detect that the data had gone bad? increasing the number of drives would increase the decay rate, more possibilities for a first one to expire. if your parity drive expired first, you would think you had errors when you didn't yet. | |||||||||||||||||
| |||||||||||||||||
| ▲ | fweimer 20 hours ago | parent | prev [-] | ||||||||||||||||
How would this work? Wouldn't all these drives start loosing data at roughly at the same time? | |||||||||||||||||
| |||||||||||||||||