this post was submitted on 07 Jun 2025
1 points (100.0% liked)

It's A Digital Disease!

21 readers
2 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/MarinatedPickachu on 2025-06-07 13:52:12.

I have found myself pondering this topic more than once so I wonder if others have tools that served them well.

In the current case I'm using an exFAT formatted external drive. ExFAT because I need to use it between windows and MacOS (and occasionally Linux) for reading and writing so there doesn't seem to be a good alternative to that.

exFAT is certainly not the most resilient filesystem so I wonder if there are things I can use on top to improve

  1. the detection of data corruption
  2. the prevention of data corruption
  3. the recovering from data corruption

?

For 1 actually a local git repository where every file is an LFS file would be quite well suited as it maintains a merkle tree of file and repository hashes (repositories just being long filenames), so the silent corruption or disappearance of some data could be detected, but git can become cumbersome if used for this purpose and it would also mean having every file stored on disk twice without really making good use of that redundancy.

Are you using any tools to increase the resilience of your data (outside of backups) independent of what the filesystem provides already?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here