mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
|
|
==Command description==
|
||
|
|
This operation will analyze a media dump, and if the format is recognized, create a CICM XML metadata sidecar with all information that can be automatically get about it, as well as all [[Supported-checksums|supported checksum algorithms]].
|
||
|
|
|
||
|
|
==Command usage==
|
||
|
|
<code>DiscImageChef create-sidecar -i <dump> -v [true/false] -d [true/false] -t tape [true/false] -b [block size] -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)''<br />
|
||
|
|
<code>-e, --encoding=[encoding]</code> sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''<br />
|
||
|
|
<code>-t, --tape=[true/false]</code> indicates that dump points to a folder containing alphabetically sorted files extracted from a linear block-based tape with fixed block size (e.g. a SCSI streaming device) ''(default false)''<br />
|
||
|
|
<code>-f, --block-size=[block size]</code> used only for tapes, indicates fixed block size in bytes. File in dump folder not multiple of this value will be ignored ''(default 512)''<br />
|
||
|
|
|
||
|
|
==Examples==
|
||
|
|
<code>DiscImageChef create-sidecar -i mydisc.cue</code><br />
|
||
|
|
<code>DiscImageChef create-sidecar -i mytapedir -t -b 1024</code><br />
|
||
|
|
<code>DiscImageChef create-sidecar -i "My japanese software.img" -e shift_jis</code><br />
|
||
|
|
|
||
|
|
==Operating system support==
|
||
|
|
{|
|
||
|
|
| FreeBSD
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| macOS
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| Linux
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| Windows
|
||
|
|
| Yes
|
||
|
|
|}
|