2020-03-04 12:17:13 -05:00
|
|
|
# Analyzing a media dump
|
|
|
|
|
|
2021-08-18 03:06:03 +01:00
|
|
|
This operation will analyze a media dump, and if the format is recognized and you choose so, it will search
|
2021-08-18 04:57:38 +01:00
|
|
|
for [supported partitioning schemes](../faq/partitions.md)
|
|
|
|
|
and [supported filesystems](../faq/filesystems.md) on the dump, showing information about them.
|
2020-03-04 12:17:13 -05:00
|
|
|
|
|
|
|
|
## Command usage
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
Aaru -d [true/false] -v [true/false] image analyze -h [true/false] -e [encoding] -f [true/false] -p [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:06:03 +01:00
|
|
|
`-h, --help [true/false]` shows help screen for the command instead of running it, ignores all other switches (default
|
|
|
|
|
false)
|
|
|
|
|
`-e, --encoding [encoding]` sets which encoding is used by the contents of the media dump (default varies by
|
|
|
|
|
filesystem)
|
2020-03-04 12:17:13 -05:00
|
|
|
`-f, --filesystems [true/false]` searches and interprets filesystems (default true)
|
2021-08-18 03:06:03 +01:00
|
|
|
`-p, --partitions [true/false]` searches and interprets partitions (default true)
|
2020-03-04 12:17:13 -05:00
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
Aaru image analyze mydisc.cue
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Operating system support
|
|
|
|
|
|
|
|
|
|
| OS | Supported |
|
|
|
|
|
|----|-----------|
|
|
|
|
|
| FreeBSD | Yes |
|
|
|
|
|
| macOS | Yes |
|
|
|
|
|
| Linux | Yes |
|
|
|
|
|
| Windows | Yes |
|