mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
==Command description==
|
|
This command will analyze a media dump, and if the format is recognized and you choose so, it will search for [[Partitioning-schemes-recognized-by-Aaru.md|supported partitioning schemes]] and [[Filesystems-recognized-by-Aaru.md|supported filesystems]] on the dump, showing information about them.
|
|
|
|
==Command usage==
|
|
<code>Aaru analyze -d [true/false] -e [encoding] -f [true/false] -i <dump> -p [true/false] -v [true/false]</code>
|
|
|
|
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
|
|
<code>-e, --encoding=[encoding]</code> sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''<br />
|
|
<code>-f, --filesystems=[true/false]</code> searches and interprets filesystems ''(default true)''
|
|
<code>-i, --input=<dump></code> path to the media dump image<br />
|
|
<code>-p, --partitions=[true/false]</code> searches and interprets partitions ''(default true)''<br />
|
|
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
|
|
|
|
==Example==
|
|
<code>Aaru analyze -i mydisc.cue</code>
|
|
|
|
==Operating system support==
|
|
{|
|
|
| FreeBSD
|
|
| Yes
|
|
|-
|
|
| macOS
|
|
| Yes
|
|
|-
|
|
| Linux
|
|
| Yes
|
|
|-
|
|
| Windows
|
|
| Yes
|
|
|}
|