Files
Aaru.Documentation/image/entropy.md

36 lines
1.4 KiB
Markdown
Raw Normal View History

2020-03-04 16:29:18 -03:00
# Table of Contents
2020-03-04 16:23:16 -03:00
- [Command Description](#command-description)
- [Command usage](#command-usage)
- [Example](#example)
- [Operating system support](#operating-system-support)
## Command Description
2021-08-19 11:08:54 -07:00
This operation will calculate uniqueness and entropy of the media represented by a media dump image. It's not affected by the image format compression, if applicable.
2020-03-04 16:23:16 -03:00
## Command usage
2020-03-04 16:31:02 -03:00
```bash
2020-03-04 16:23:16 -03:00
Aaru -d [true/false] -v [true/false] image entropy -h [true/false] -p [true/false] -t [true/false] -w [true/false] <image-path>
```
`-d, --debug [true/false]` shows debug output *(default false)*
`-v, --verbose [true/false]` shows verbose output *(default false)*
2021-08-18 03:10:57 -06:00
`-h, --help [true/false]` shows help screen for the command instead of running it, ignores all other switches *(default false)*
`-p, --duplicated-sectors [true/false]` besides entropy also calculates how many sectors have the exact same data in their user area *(default true)*
`-t, --separated-tracks true/false]` separately calculates the entropy for each track dividing the media. Only applicable to certain kind of media (optical discs and digital tapes mostly) *(default true)*
2020-03-04 16:23:16 -03:00
`-w, --whole-disc [true/false]` calculates the entropy for the whole media *(default true)*
## Example
```bash
Aaru image entropy mydisc.cue
```
## Operating system support
2021-08-18 03:10:57 -06:00
| FreeBSD | macOS | Linux | Windows |
| ------- | ----- | ----- | ------- |
| Yes | Yes | Yes | Yes |