Add checksum support for partclone images. #115

Open
opened 2026-01-29 15:10:05 +00:00 by claunia · 0 comments
Owner

Originally created by @claunia on GitHub (Dec 24, 2017).

Description

partclone disk images contain a 32-bit CRC block checksum. It is currently not implemented.

Exact command line used:

DiscImageChef verify -i testimage.partclone

Expected behavior:

DiscImageChef generates the 32-bit CRC of each block and compares it against the stored value.

Actual behavior:

DiscImageChef reports the sectors verification as unknown.

Originally created by @claunia on GitHub (Dec 24, 2017). ### Description partclone disk images contain a 32-bit CRC block checksum. It is currently not implemented. ### Exact command line used: `DiscImageChef verify -i testimage.partclone` ### Expected behavior: DiscImageChef generates the 32-bit CRC of each block and compares it against the stored value. ### Actual behavior: DiscImageChef reports the sectors verification as unknown.
claunia added the bugbeginner labels 2026-01-29 15:10:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#115