Files
Aaru.Documentation/image/decode.md

43 lines
1.3 KiB
Markdown
Raw Normal View History

2020-03-06 16:32:56 -03:00
# Table of Contents
- [Command Description](#command-description)
- [Command usage](#command-usage)
- [Example](#example)
- [Operating system support](#operating-system-support)
## Command Description
2021-08-18 03:06:03 +01:00
This operation will decode
2021-08-18 04:57:38 +01:00
all [sector tags](../faq/sector-tags.md)
and [media tags](../faq/media-tags.md) on a media dump image.
2020-03-06 16:32:56 -03:00
## Command usage
```bash
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>
```
`-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)*
2020-03-06 16:32:56 -03:00
`-f, --disk-tags [true/false]` decodes all media tags *(default true)*
`-l, --length [sectors]` how many sectors to decode or all to decode all *(default all)*
`-p, --sector-tags [true/false]` decodes all sector tags *(default true)*
2021-08-18 03:06:03 +01:00
`-s, --start [start-sector]` starting sector *(default 0)*
2020-03-06 16:32:56 -03:00
## Example
```bash
Aaru image decode -s 1000 -l 15 -p false mydisc.cue
```
## Operating system support
| OS | Supported |
|----|-----------|
| FreeBSD | Yes |
| macOS | Yes |
| Linux | Yes |
| Windows | Yes |