Search found 3 matches

by Fubax
02 Dec 2025, 21:08
Forum: Help
Topic: Error with sync.ffs_db
Replies: 4
Views: 133

Re: Error with sync.ffs_db

@therube If you like to investigate more, it did that only to sync.ffs_db not to other files, but files created by some other specific programs where also corrupted. What they had in common was that they where all written to the drive in a highly parallel order, not sequentially like byte, by byte ...
by Fubax
30 Nov 2025, 14:52
Forum: Help
Topic: Error with sync.ffs_db
Replies: 4
Views: 133

Re: Error with sync.ffs_db

I think it's a file system bug as you said, since I used WinBtrfs driver on Windows, which is buggy and causes CRC errors on parallel write operations. That's a shame, since Btrfs is very nice file system for backup storage :(
by Fubax
28 Nov 2025, 12:37
Forum: Help
Topic: Error with sync.ffs_db
Replies: 4
Views: 133

Error with sync.ffs_db

When the target hard drive has cluster size bigger than the sync.ffs_db file itself, the FFS fills the remaining empty space with 0x00, which then produces CRC error.

Cannot read database file "path\to\sync.ffs_db".
File content is corrupted. (invalid checksum)

I'm using Btrfs formatted drive ...