mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
==Command description==
|
|
This operation will decode all [[Sector-tags.md|sector tags]] and [[Media-tags.md|media tags]] on a media dump image.
|
|
|
|
==Command usage==
|
|
<code>Aaru -d [true/false] -v [true/false] image decode -h [true/false] -f [true/false] -l [sectors] -p [true/false] -s [start sector] <image-path></code>
|
|
|
|
<code>-d, --debug [true/false]</code> shows debug output ''(default false)''<br />
|
|
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
|
|
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
|
|
<code>-f, --disk-tags [true/false]</code> decodes all [[Media-tags.md|media tags]] ''(default true)''<br />
|
|
<code>-l, --length [sectors]</code> how many sectors to decode or ''all'' to decode all ''(default all)''<br />
|
|
<code>-p, --sector-tags [true/false]</code> decodes all [[Sector-tags.md|sector tags]] ''(default true)''<br />
|
|
<code>-s, --start [start-sector]</code> starting sector ''(default 0)''<br />
|
|
|
|
==Example==
|
|
<code>Aaru image decode -s 1000 -l 15 -p false mydisc.cue</code>
|
|
|
|
==Operating system support==
|
|
{|
|
|
| FreeBSD
|
|
| Yes
|
|
|-
|
|
| macOS
|
|
| Yes
|
|
|-
|
|
| Linux
|
|
| Yes
|
|
|-
|
|
| Windows
|
|
| Yes
|
|
|}
|