First reorg of documents

Signed-off-by: jonasrosland <jrosland@vmware.com>
This commit is contained in:
jonasrosland
2020-03-04 12:17:13 -05:00
parent bec76c0f71
commit d6a140b3fc
41 changed files with 31 additions and 30 deletions

View File

@@ -0,0 +1,31 @@
# 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](Partitioning-schemes-recognized-by-Aaru.md) and [supported filesystems](Filesystems-recognized-by-Aaru.md) on the dump, showing information about them.
## 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>
```
`-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
```bash
Aaru image analyze mydisc.cue
```
## Operating system support
| OS | Supported |
|----|-----------|
| FreeBSD | Yes |
| macOS | Yes |
| Linux | Yes |
| Windows | Yes |

View File

@@ -1,30 +0,0 @@
==Command description==
This operation 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 -d [true/false] -v [true/false] image analyze -h [true/false] -e [encoding] -f [true/false] -p [true/false] <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>-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>-p, --partitions [true/false]</code> searches and interprets partitions ''(default true)''<br />
==Example==
<code>Aaru image analyze mydisc.cue</code>
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}