2017-12-18 23:56:31 +00:00
==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==
2020-02-29 13:01:32 -07:00
<code>Aaru verify -d [true/false] -i <dump> -s [true/false] -v [true/false] -w [true/false]</code>
2017-12-18 23:56:31 +00:00
2018-06-24 12:36:04 +01:00
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
2017-12-18 23:56:31 +00:00
<code>-i, --input=<dump></code> path to the media dump image<br />
2018-06-24 12:36:04 +01:00
<code>-s, --verify-sectors=[true/false]</code> calculates and verifies the hash/checksum/ecc of every sector/block in the media dump ''(default true)''<br />
2017-12-18 23:56:31 +00:00
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
<code>-w, --verify-disc=[true/false]</code> calculates and verifies a media dump format checksum/hash ''(default true)''<br />
==Example==
2020-02-29 13:01:32 -07:00
<code>Aaru verify -i mydisc.cue</code>
2017-12-18 23:56:31 +00:00
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}