When we use partclone_imageinfo with an image made with partclone v0.3.x, it always detects anomalies.
This is because the code has not been updated to handle the image format 0002. The code assumes a checksum is present after each block, but partclone v0.3.x writes 1 checksum per 256 blocks (default) and Clonezilla even specify its own value (2560, IIRC). Other issues cause the anomalies count to be increased.
Anonymous
@prouleau My understanding is this ticket has been resolved by Merge Request #10. If so, this ticket can be closed?
Yes. Exactly.