Skip to content

Verifying media dump integrity

Natalia Portillo edited this page Jun 24, 2018 · 2 revisions

Table of Contents

Command description

This operation will verify a media dump. If the media dump format includes a hash or checksum, it will calculate and compare it. If the media sectors/blocks format include a hash, checksum or error recovery system, it will calculate and compare them.

Command usage

DiscImageChef verify -d [true/false] -i <dump> -s [true/false] -v [true/false] -w [true/false]

-d, --debug=[true/false] shows debug output (default false)
-i, --input=<dump> path to the media dump image
-s, --verify-sectors=[true/false] calculates and verifies the hash/checksum/ecc of every sector/block in the media dump (default true)
-v, --verbose=[true/false] shows verbose output (default false)
-w, --verify-disc=[true/false] calculates and verifies a media dump format checksum/hash (default true)

Example

DiscImageChef verify -i mydisc.cue

Operating system support

FreeBSD Yes
macOS Yes
Linux Yes
Windows Yes
Clone this wiki locally