|
|
|
|
|
by joshspankit
1335 days ago
|
|
I’m constantly surprised that it’s not commonplace to use on-disk parity files. It’s so uncommon that the PAR3 format was never really finished and no one has created a replacement that handles subfolders. Why I’m surprised: Not only does it solve the problem of bit-rot, but the parity files can be moved to USB sticks, NAS drives, Mobile devices, etc and the original files can be verified/repaired by any device that understand the parity file format. PAR2 is still great for photos/audio/video, as well as any flat-folder assets. |
|
It often makes more sense for the file system to deal with ECC in my opinion. PAR probably makes more sense for archived files that aren't expected to change, but may be moved across file systems.
PAR2 handles subfolders by the way, just not empty folders.