2020-03-04 12:17:13 -05:00
|
|
|
# Analyzing a media dump
|
|
|
|
|
|
2021-08-19 11:08:54 -07: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>
|
|
|
|
|
```
|
|
|
|
|
|
2021-08-18 03:10:57 -06:00
|
|
|
`-d, --debug [true/false]` shows debug output *(default false)*
|
|
|
|
|
`-v, --verbose [true/false]` shows verbose output *(default false)*
|
|
|
|
|
`-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)*
|
|
|
|
|
`-f, --filesystems [true/false]` searches and interprets filesystems *(default true)*
|
|
|
|
|
`-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
|
|
|
|
|
|
2021-08-18 03:10:57 -06:00
|
|
|
| FreeBSD | macOS | Linux | Windows |
|
|
|
|
|
| ------- | ----- | ----- | ------- |
|
|
|
|
|
| Yes | Yes | Yes | Yes |
|