mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Add checksum support for partclone images. #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.partcloneExpected 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.