mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Updated Analyzing a media dump (mediawiki)
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
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-DiscImageChef|supported partitioning schemes]] and [[Filesystems-recognized-by-DiscImageChef|supported filesystems]] on the dump, showing information about them.
|
||||
|
||||
==Command usage==
|
||||
<code>DiscImageChef analyze -i <dump> -v [true/false] -d [true/false] -p [true/false] -f [true/false]</code>
|
||||
<code>DiscImageChef analyze -i <dump> -v [true/false] -d [true/false] -p [true/false] -f [true/false] -e [encoding]</code>
|
||||
|
||||
<code>-i, --input=<dump></code> path to the media dump image<br />
|
||||
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
|
||||
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
|
||||
<code>-p, --partitions=[true/false]</code> searches and interprets partitions ''(default true)''<br />
|
||||
<code>-f, --filesystems=[true/false]</code> searches and interprets filesystems ''(default true)''
|
||||
<code>-e, --encoding=[encoding]</code> sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''<br />
|
||||
|
||||
==Example==
|
||||
<code>DiscImageChef analyze -i mydisc.cue</code>
|
||||
|
||||
Reference in New Issue
Block a user