mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 11:14:32 +00:00
1.2 KiB
1.2 KiB
Analyzing a media dump
This operation will analyze a media dump and if the format is recognized (and you choose so), it will search for supported partitioning schemes and supported filesystems on the dump, showing information about them.
Command usage
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)
-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)
Example
Aaru image analyze mydisc.cue
Operating system support
| FreeBSD | macOS | Linux | Windows |
|---|---|---|---|
| Yes | Yes | Yes | Yes |