Replace references to DiscImageChef with Aaru

This commit is contained in:
SilasLaspada
2020-02-29 13:01:32 -07:00
parent 295ca54e88
commit f2bad9a834
31 changed files with 104 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
==Command description==
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.
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-Aaru|supported partitioning schemes]] and [[Filesystems-recognized-by-Aaru|supported filesystems]] on the dump, showing information about them.
==Command usage==
<code>DiscImageChef analyze -d [true/false] -e [encoding] -f [true/false] -i <dump> -p [true/false] -v [true/false]</code>
<code>Aaru analyze -d [true/false] -e [encoding] -f [true/false] -i <dump> -p [true/false] -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(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 />
@@ -12,7 +12,7 @@ This command will analyze a media dump, and if the format is recognized and you
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>DiscImageChef analyze -i mydisc.cue</code>
<code>Aaru analyze -i mydisc.cue</code>
==Operating system support==
{|

View File

@@ -1,4 +1,4 @@
Some software contains bugs that can make users think the problem resides with DiscImageChef. This page contains a list of such bugs.
Some software contains bugs that can make users think the problem resides with Aaru. This page contains a list of such bugs.
### ImgBurn complains image is smaller than disc
![](https://i.imgur.com/ddAM1YS.png)
@@ -6,6 +6,6 @@ Some software contains bugs that can make users think the problem resides with D
This seems to be a common bug, also appearing with images created with other software.
The problem comes because ImgBurn uses the `SCSI READ CAPACITY` command to decide the size of compact discs.
DiscImageChef instead reads and interprets the Table of Contents, that describes the disc start and end. While that command should indicate the same size as the TOC interpretation, seems to not be so in some conditions (drive firmware bug?).
Aaru instead reads and interprets the Table of Contents, that describes the disc start and end. While that command should indicate the same size as the TOC interpretation, seems to not be so in some conditions (drive firmware bug?).
A CompactDisc data area starts from the Track 1 pregap (MSF 00:00:00, LBA -150) to the last Lead-out start, and DiscImageChef dumps from the Track 1 start (MSF 00:02:00, LBA 0) unless you want it to try to read the pregap (not all drives can read it).
A CompactDisc data area starts from the Track 1 pregap (MSF 00:00:00, LBA -150) to the last Lead-out start, and Aaru dumps from the Track 1 start (MSF 00:02:00, LBA 0) unless you want it to try to read the pregap (not all drives can read it).

View File

@@ -2,7 +2,7 @@
This operation will calculate uniqueness and entropy of the media represented by a media dump image. It's not affected my the image format compression if applicable.
==Command usage==
<code>DiscImageChef entropy -d [true/false] -i <dump> -p [true/false] -t [true/false] -v [true/false] -w [true/false]</code>
<code>Aaru entropy -d [true/false] -i <dump> -p [true/false] -t [true/false] -v [true/false] -w [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br />
@@ -12,7 +12,7 @@ This operation will calculate uniqueness and entropy of the media represented by
<code>-w, --whole-disc=[true/false]</code> calculates the entropy for the whole media ''(default true)''
==Example==
<code>DiscImageChef entropy -i mydisc.cue</code>
<code>Aaru entropy -i mydisc.cue</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will read the media inserted in the physical device, and measure how fast it can be read sequentially. It's not intended as a benchmark, but as a detector of damaged sectors, sectors that are losing readability, etc. When finished it will check how fast can the device seek, and report speed statistics.
==Command usage==
<code>DiscImageChef media-scan -b [ibglog] -d [true/false] -i <device> -m [mhddlog] -v [true/false]</code>
<code>Aaru media-scan -b [ibglog] -d [true/false] -i <device> -m [mhddlog] -v [true/false]</code>
<code>-b, --ibg-log=[ibglog]</code> writes a log in the format used by ImgBurn<br />
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
@@ -11,9 +11,9 @@ This operation will read the media inserted in the physical device, and measure
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
FreeBSD: <code>DiscImageChef media-scan -i /dev/cd0</code><br />
Linux: <code>DiscImageChef media-scan -i /dev/sdb</code><br />
Windows: <code>DiscImageChef media-scan -i \\.\PhysicalDrive3</code><br />
FreeBSD: <code>Aaru media-scan -i /dev/cd0</code><br />
Linux: <code>Aaru media-scan -i /dev/sdb</code><br />
Windows: <code>Aaru media-scan -i \\.\PhysicalDrive3</code><br />
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will create random data in RAM and calculate how fast are we calculating all known [[Supported-checksums|checksums and hashes]]
==Command usage==
<code>DiscImageChef benchmark -b [block size] -d [true/false] -s [buffer size] -v [true/false]</code>
<code>Aaru benchmark -b [block size] -d [true/false] -s [buffer size] -v [true/false]</code>
<code>-b, --block-size=[block size]</code> how big in bytes to do each block ''(default 512)''<br />
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
@@ -10,7 +10,7 @@ This operation will create random data in RAM and calculate how fast are we calc
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>DiscImageChef benchmark</code>
<code>Aaru benchmark</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will compare two media dumps and print all differences between them. Dumps can be in different formats.
==Command usage==
<code>DiscImageChef verify -d [true/false] --input1=<dump1> --input2=<dump2> -v [true/false]</code>
<code>Aaru verify -d [true/false] --input1=<dump1> --input2=<dump2> -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''
<code>--input1=<dump1></code> path to the first media dump image<br />
@@ -10,7 +10,7 @@ This operation will compare two media dumps and print all differences between th
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>DiscImageChef compare --input1=mydisc.cue --input2=anotherdisc.mds</code>
<code>Aaru compare --input1=mydisc.cue --input2=anotherdisc.mds</code>
==Operating system support==
{|

View File

@@ -1,4 +1,4 @@
In this page you can find a comparison between DiscImageChef and other dump image managers or creators.
In this page you can find a comparison between Aaru and other dump image managers or creators.
You can see a [[Comparison#comparison of optical discs image managers|comparison of optical discs image managers]],
a [[Comparison#comparison of floppy disk image managers|comparison of floppy disk image managers]], a
@@ -8,7 +8,7 @@ a [[Comparison#comparison of floppy disk image managers|comparison of floppy dis
==Comparison of optical discs image managers==
{|
!
! DiscImageChef
! Aaru
! DiscImageCreator
! CDRWin
! CloneCD
@@ -35,7 +35,7 @@ a [[Comparison#comparison of floppy disk image managers|comparison of floppy dis
| Windows
|-
| Supported formats
| [https://github.com/claunia/DiscImageChef/blob/master/README.md#supported-disk-image-formats-read-and-write 12]
| [https://github.com/aaru-dps/Aaru/blob/master/README.md#supported-disk-image-formats-read-and-write 12]
| 3<ref name="discimagecreator">CDRWin, CloneCD and raw</ref>
| 1<ref name="cdrwin">CDRWin</ref>
| 1<ref name="clonecd">CloneCD</ref>

View File

@@ -1,11 +1,11 @@
==Command description==
This command will ask you which statistics to gather and if you want to share them anonymously. When sharing, no information about you or your computer will be sent or stored, only the number of times a command have been used and the operating system where DiscImageChef is run. This information is not, and will never be, sold to any third party, and is publicly available at http://discimagechef.claunia.com
This command will ask you which statistics to gather and if you want to share them anonymously. When sharing, no information about you or your computer will be sent or stored, only the number of times a command have been used and the operating system where Aaru is run. This information is not, and will never be, sold to any third party, and is publicly available at www.aaru.app
==Command usage==
<code>DiscImageChef configure</code>
<code>Aaru configure</code>
==Example==
<code>DiscImageChef configure</code>
<code>Aaru configure</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operating will convert a dump from one image format to another.
==Command usage==
<code>DiscImageChef convert-image -c <count> --comments=<comments> --creator=<creator> -d [true/false] --drive-manufacturer=<manufacturer> --drive-model=<model> --drive-revision=<revision> --drive-serial=<serial> -f [true/false] -i <source> --media-barcode=<barcode> --media-lastsequence=<number> --media-manufacturer=<manufacturer> --media-model=<model> --media-partnumber=<partnumber> --media-sequence=<sequence> --media-serial=<serial> --media-title=<title> -O <options> -o <target> -p <format> -r <resume file> -v [true/false] -x <xml sidecar></code>
<code>Aaru convert-image -c <count> --comments=<comments> --creator=<creator> -d [true/false] --drive-manufacturer=<manufacturer> --drive-model=<model> --drive-revision=<revision> --drive-serial=<serial> -f [true/false] -i <source> --media-barcode=<barcode> --media-lastsequence=<number> --media-manufacturer=<manufacturer> --media-model=<model> --media-partnumber=<partnumber> --media-sequence=<sequence> --media-serial=<serial> --media-title=<title> -O <options> -o <target> -p <format> -r <resume file> -v [true/false] -x <xml sidecar></code>
<code>-c, --count=<count></code> how many sectors to convert at once ''(default 64)''<br />
<code>--comments=<comments></code> image comments<br />
@@ -30,4 +30,4 @@ This operating will convert a dump from one image format to another.
<code>-x, --cicm-xml=<xml sidecar></code> take metadata from existing CICM XML sidecar<br />
==Example==
<code>DiscImageChef convert-image -c 32 --comments="My converted image" --creator="Jane Doe" --drive-manufacturer="LG" --drive-model="CD-RW 1234" --drive-revision="1.0" --drive-serial="AABBCCDDEEFF01" -i dd_dump.iso --media-lastsequence=2 --media-sequence=1 --media-title="Important software" -O "deduplicate=true,nocompress=false" -o dump.dicf -r dd_dump.resume.xml -x dd_dump.cicm.xml</code>
<code>Aaru convert-image -c 32 --comments="My converted image" --creator="Jane Doe" --drive-manufacturer="LG" --drive-model="CD-RW 1234" --drive-revision="1.0" --drive-serial="AABBCCDDEEFF01" -i dd_dump.iso --media-lastsequence=2 --media-sequence=1 --media-title="Important software" -O "deduplicate=true,nocompress=false" -o dump.dicf -r dd_dump.resume.xml -x dd_dump.cicm.xml</code>

View File

@@ -2,7 +2,7 @@
This operating will create a dump image from real media using a physical device. It will retry errors and when finished create an XML metadata sidecar and an Alcohol 120% media descriptor for optical media. The dumping operation can be interrupted and continued later, even with a different device.
==Command usage==
<code>DiscImageChef dump-media -d [true/false] -e <encoding> -f [true/false] -i <device path> -k <sectors> --lead-in [true/false] -m [true/false] --no-metadata [true/false] --no-trim [true/false] -O <options> -o <filename> --persistent [true/false] -p <passes> -s [true/false] -t <plugin> -v [true/false] -x <xml sidecar></code>
<code>Aaru dump-media -d [true/false] -e <encoding> -f [true/false] -i <device path> -k <sectors> --lead-in [true/false] -m [true/false] --no-metadata [true/false] --no-trim [true/false] -O <options> -o <filename> --persistent [true/false] -p <passes> -s [true/false] -t <plugin> -v [true/false] -x <xml sidecar></code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-e, --encoding=<encoding></code> character encoding to use when creating dump sidecar<br />
@@ -23,9 +23,9 @@ This operating will create a dump image from real media using a physical device.
<code>-x, --cicm-xml=<xml sidecar></code> take metadata from existing CICM XML sidecar<br />
==Example==
FreeBSD: <code>DiscImageChef dump-media -i /dev/cd0 -f --persistent=true --separate-subchannel -w mydisc</code><br />
Linux: <code>DiscImageChef dump-media -i /dev/sdb -r -f -p 15 -w myusbfloppy</code><br />
Windows: <code>DiscImageChef dump-media -i \\.\PhysicalDrive3 -f -p 0 --resume=false mydisk</code><br />
FreeBSD: <code>Aaru dump-media -i /dev/cd0 -f --persistent=true --separate-subchannel -w mydisc</code><br />
Linux: <code>Aaru dump-media -i /dev/sdb -r -f -p 15 -w myusbfloppy</code><br />
Windows: <code>Aaru dump-media -i \\.\PhysicalDrive3 -f -p 0 --resume=false mydisk</code><br />
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
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 -b [block size] -d [true/false] -e [encoding] -i <dump> -t tape [true/false] -v [true/false]</code>
<code>Aaru create-sidecar -b [block size] -d [true/false] -e [encoding] -i <dump> -t tape [true/false] -v [true/false]</code>
<code>-b, --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 />
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
@@ -12,9 +12,9 @@ This operation will analyze a media dump, and if the format is recognized, creat
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<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 />
<code>Aaru create-sidecar -i mydisc.cue</code><br />
<code>Aaru create-sidecar -i mytapedir -t -b 1024</code><br />
<code>Aaru create-sidecar -i "My japanese software.img" -e shift_jis</code><br />
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will decode all [[Sector-tags|sector tags]] and [[Media-tags|media tags]] on a media dump image.
==Command usage==
<code>DiscImageChef decode -d [true/false] -i <dump> -k [true/false] -l [sectors] -t [true/false] -s [start sector] -v [true/false]</code>
<code>Aaru decode -d [true/false] -i <dump> -k [true/false] -l [sectors] -t [true/false] -s [start sector] -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br />
@@ -13,7 +13,7 @@ This operation will decode all [[Sector-tags|sector tags]] and [[Media-tags|medi
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>DiscImageChef decode -i mydisc.cue -s 1000 -l 15 -t false</code>
<code>Aaru decode -i mydisc.cue -s 1000 -l 15 -t false</code>
==Operating system support==
{|

View File

@@ -1,8 +1,8 @@
==Command description==
This operation will analyze and find all filesystems in a media dump and extract the files that are contained in [[Filesystems-recognized-by-DiscImageChef|supported filesystems]]
This operation will analyze and find all filesystems in a media dump and extract the files that are contained in [[Filesystems-recognized-by-Aaru|supported filesystems]]
==Command usage==
<code>DiscImageChef extract-files -d [true/false] -e [encoding] -i <dump> -o <output> -v [true/false] -x [true/false]</code>
<code>Aaru extract-files -d [true/false] -e [encoding] -i <dump> -o <output> -v [true/false] -x [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(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 />
@@ -12,7 +12,7 @@ This operation will analyze and find all filesystems in a media dump and extract
<code>-x, --xattrs=[true/false]</code> extract extended attributes if present ''(default false)''<br />
==Example==
<code>DiscImageChef extract-files -i mydisc.cue -o contents -x -e iso8859-15</code>
<code>Aaru extract-files -i mydisc.cue -o contents -x -e iso8859-15</code>
==Operating system support==
{|

View File

@@ -1,13 +1,13 @@
# Why the name, why DiscImageChef?
Because a chef is someone that takes raw ingredients and according to a recipe makes magic with them, and so does DiscImageChef with media dump images.
# Why the name, why Aaru?
Aaru is the Ancient Egyptian concept of paradise where your soul would be rebirthed after the preservation of your physical body. That's why we chose this name, because of the paradise where data will reside after it's has been preserved from its original physical media.
# Which operating systems does DiscImageChef work under?
Any operating system with a .NET runtime should work. Has been tested under Windows, Linux, Mac OS X and FreeBSD.
# Which operating systems does Aaru work under?
Any operating system with a .NET core runtime should work. Has been tested under Windows, Linux, Mac OS X and FreeBSD.
# Will you support media dump image format XXXX?
If you can send me documentation, test images and/or the application that creates them, I will do my best to.
# Will you create a graphical interface for DiscImageChef?
# Will you create a graphical interface for Aaru?
After all features are implemented (analyze, dump, browse), I will.
# Can I use any of your modules?
@@ -16,5 +16,5 @@ As long as you comply with the LGPL license, yes. I would thank you if you tell
# Can I use the CICM XML metadata sidecar format in my project?
Of course, I invite you to use it extensively and provide me with as much feedback as you can.
# I have tried DiscImageChef and found a bug, how can I tell you?
Please don't send me an email, it will simply fall in oblivion. Github has a pretty nice bug tracker, just click [Issues](https://github.com/claunia/DiscImageChef/issues) and create a New Issue, that way the bug will not be forgotten and you can follow progress on its solution.
# I have tried Aaru and found a bug, how can I tell you?
Please don't send me an email, it will simply fall in oblivion. Github has a pretty nice bug tracker, just click [Issues](https://github.com/aaru-dps/Aaru/issues) and create a New Issue, that way the bug will not be forgotten and you can follow progress on its solution.

View File

@@ -2,7 +2,7 @@
This operation will print in console a hexadecimal dump of the chosen sector/block of the indicated media dump image.
==Command usage==
<code>DiscImageChef printhex -d [true/false] -i <dump> -l [sectors] -r [true/false] -s <starting sector> -v [true/false] -w [width]</code>
<code>Aaru printhex -d [true/false] -i <dump> -l [sectors] -r [true/false] -s <starting sector> -v [true/false] -w [width]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br />
@@ -13,7 +13,7 @@ This operation will print in console a hexadecimal dump of the chosen sector/blo
<code>-w, --width=[width]</code> how width, in characters, should the print be before creating a new line ''(default 32)''
==Example==
<code>DiscImageChef printhex -i mydisc.cue -s 15 -l 30 -r -w 64</code>
<code>Aaru printhex -i mydisc.cue -s 15 -l 30 -r -w 64</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will calculate the checksums for the media represented by a media dump image.
==Command usage==
<code>DiscImageChef verify -a [true/false] -c [true/false] --crc16 [true/false] --crc64 [true/false] -d [true/false] -f [true/false] --fletcher16 [true/false] --fletcher32 [true/false] -i <dump> -m [true/false] --ripemd160 [true/false] -s [true/false] --sha256 [true/false] --sha384 [true/false] --sha512 [true/false] -t [true/false] -v [true/false] -w [true/false]</code>
<code>Aaru verify -a [true/false] -c [true/false] --crc16 [true/false] --crc64 [true/false] -d [true/false] -f [true/false] --fletcher16 [true/false] --fletcher32 [true/false] -i <dump> -m [true/false] --ripemd160 [true/false] -s [true/false] --sha256 [true/false] --sha384 [true/false] --sha512 [true/false] -t [true/false] -v [true/false] -w [true/false]</code>
<code>-a, --adler32=[true/false]</code> calculates the Adler-32 checksum ''(default true)''<br />
<code>-c, --crc32=[true/false]</code> calculates the CRC32 checksum ''(default true)''<br />
@@ -24,7 +24,7 @@ This operation will calculate the checksums for the media represented by a media
<code>-w, --whole-discs=[true/false]</code> calculates the whole media checksum ''(default true)''<br />
==Example==
<code>DiscImageChef checksum -i mydisc.cue -a false --sha512=true</code>
<code>Aaru checksum -i mydisc.cue -a false --sha512=true</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will request and show all information about a physical device. For information about supported physical devices check [[Supported-devices|the list of supported physical devices]]
==Command usage==
<code>DiscImageChef device-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
<code>Aaru device-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the physical device<br />
@@ -10,9 +10,9 @@ This operation will request and show all information about a physical device. Fo
<code>-w, --output-prefix=[prefix]</code> writes binary responses from device to that prefix
==Example==
FreeBSD: <code>DiscImageChef device-info -i /dev/cd0</code><br />
Linux: <code>DiscImageChef device-info -i /dev/sda</code><br />
Windows: <code>DiscImageChef device-info -i D:</code><br />
FreeBSD: <code>Aaru device-info -i /dev/cd0</code><br />
Linux: <code>Aaru device-info -i /dev/sda</code><br />
Windows: <code>Aaru device-info -i D:</code><br />
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will request and show all information about the inserted media in a physical device. For information about supported physical devices check [[Supported-devices|the list of supported physical devices]]
==Command usage==
<code>DiscImageChef media-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
<code>Aaru media-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false'')<br />
<code>-i, --input=<device></code> path to the physical device<br />
@@ -10,9 +10,9 @@ This operation will request and show all information about the inserted media in
<code>-w, --output-prefix=[prefix]</code> writes binary responses from device to that prefix
==Example==
FreeBSD: <code>DiscImageChef media-info -i /dev/cd0</code><br />
Linux: <code>DiscImageChef media-info -i /dev/sdb</code><br />
Windows: <code>DiscImageChef media-info -i \\.\PhysicalDrive3</code><br />
FreeBSD: <code>Aaru media-info -i /dev/cd0</code><br />
Linux: <code>Aaru media-info -i /dev/sdb</code><br />
Windows: <code>Aaru media-info -i \\.\PhysicalDrive3</code><br />
==Operating system support==
{|

View File

@@ -1,8 +1,8 @@
==Command description==
This operation will analyze and find all filesystems in a media dump and list all the files that are contained in [[Filesystems-recognized-by-DiscImageChef|supported filesystems]]
This operation will analyze and find all filesystems in a media dump and list all the files that are contained in [[Filesystems-recognized-by-Aaru|supported filesystems]]
==Command usage==
<code>DiscImageChef ls -d [true/false] -e [encoding] -i <dump> -l [true/false] -v [true/false]</code>
<code>Aaru ls -d [true/false] -e [encoding] -i <dump> -l [true/false] -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(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 />
@@ -11,7 +11,7 @@ This operation will analyze and find all filesystems in a media dump and list al
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>DiscImageChef ls -i mydisc.cue -l -e x-mac-icelandic</code>
<code>Aaru ls -i mydisc.cue -l -e x-mac-icelandic</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
Lists all options supported by read-only filesystems and writable media images.
==Command usage==
<code>DiscImageChef list-options</code>
<code>Aaru list-options</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will show all known attached devices on your system and if they are supported for device dependent operations.
==Command usage==
<code>DiscImageChef list-devices</code>
<code>Aaru list-devices</code>
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will list all your character set encodings supported in your environment. This list depends on libraries installed on your system, so if an encoding is available in one environment there are no guarantees it will be available in another one.
==Command usage==
<code>DiscImageChef list-encodings</code>
<code>Aaru list-encodings</code>
==Operating system support==
{|

View File

@@ -1,8 +1,8 @@
==Command description==
This operation will list all filters, dump media formats, partinioning schemes and filesystems supported by your version of DiscImageChef.
This operation will list all filters, dump media formats, partinioning schemes and filesystems supported by your version of Aaru.
==Command usage==
<code>DiscImageChef formats</code>
<code>Aaru formats</code>
==Operating system support==
{|

View File

@@ -38,7 +38,7 @@
* CisCopy Disk Image (DC-File)
* CloneCD
* Digital Research DiskCopy
* DiscImageChef format
* Aaru/DiscImageChef format
* IBM SaveDskF
* MAXI Disk image
* Parallels disk image

View File

@@ -1,13 +1,13 @@
Welcome to the DiscImageChef wiki.
Welcome to the Aaru wiki.
DiscImageChef is a tool designed to handle different media dump formats (also called disc or disk images) and do common operations with them.
Aaru is a tool designed to handle different media dump formats (also called disc or disk images) and do common operations with them.
'''What do you want to do?'''
* [[Analyzing-a-media-dump|Analyze a media dump|]]
* [[Checksum-benchmarking|Check how fast will DiscImageChef create hashes on my computer]]
* [[Checksum-benchmarking|Check how fast will Aaru create hashes on my computer]]
* [[Getting-hashes-and-checksums-from-a-media-dump|Get checksums or hashes from a dump]]
* [[Comparing-two-media-dumps|Compare two media dumps]]
* [[Configure-DiscImageChef-statistics|Set which information will DiscImageChef send to you]]
* [[Configure-Aaru-statistics|Set which information will Aaru send to you]]
* [[Convert-image|Convert a media dump from one format to another]]
* [[Creating-metadata-sidecar-XML|Create XML sidecar with metadata of a dump]]
* [[Decoding-and-printing-media-tags|Decode media tags and print them]]
@@ -27,17 +27,17 @@ DiscImageChef is a tool designed to handle different media dump formats (also ca
* [[Show-statistics|See my own usage statistics]]
* [[Verifying-media-dump-integrity|Verify integrity of a media dump or its contents]]
'''What is supported by DiscImageChef?'''
'''What is supported by Aaru?'''
* [[Supported filters|Filters]]
* [[Media dump formats supported by DiscImageChef|Media dump formats]]
* [[Partitioning schemes recognized by DiscImageChef|Partitioning schemes]]
* [[Filesystems-recognized-by-DiscImageChef|Filesystems]]
* [[Media dump formats supported by Aaru|Media dump formats]]
* [[Partitioning schemes recognized by Aaru|Partitioning schemes]]
* [[Filesystems-recognized-by-Aaru|Filesystems]]
* [[Supported devices|Physical devices]]
* [[Supported-checksums|Checksum and hashes]]
* [[Media-tags|Known media tags|]]
* [[Sector-Tags|Known sector/block tags]]
'''[[Comparison|Comparing DiscImageChef to similar software]]'''
'''[[Comparison|Comparing Aaru to similar software]]'''
'''[[Frequently Asked Questions]]'''

View File

@@ -1,17 +1,17 @@
==Command description==
This operation will test a physical device for its read capabilities. If the media is removable, it will ask you to insert different media on it, as read capabilities vary with different media. The report will be saved in the executing directory, and sent to us. Shared reports can be seen in http://discimagechef.claunia.com
This operation will test a physical device for its read capabilities. If the media is removable, it will ask you to insert different media on it, as read capabilities vary with different media. The report will be saved in the executing directory, and sent to us. Shared reports can be seen in www.aaru.app
==Command usage==
<code>DiscImageChef device-report -d [true/false] -i <device> -v [true/false]</code>
<code>Aaru device-report -d [true/false] -i <device> -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the physical device<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
FreeBSD: <code>DiscImageChef device-report -i /dev/cd0</code><br />
Linux: <code>DiscImageChef device-report -i /dev/sdb</code><br />
Windows: <code>DiscImageChef device-report -i \\.\PhysicalDrive3</code><br />
FreeBSD: <code>Aaru device-report -i /dev/cd0</code><br />
Linux: <code>Aaru device-report -i /dev/sdb</code><br />
Windows: <code>Aaru device-report -i \\.\PhysicalDrive3</code><br />
==Operating system support==
{|

View File

@@ -2,7 +2,7 @@
This operation will show the statistics that have been stored locally on your environment.
==Command usage==
<code>DiscImageChef stats</code>
<code>Aaru stats</code>
==Operating system support==
{|

View File

@@ -4,7 +4,7 @@ If the media dump format includes a hash or checksum, it will calculate and comp
If the media sectors/blocks format include a hash, checksum or error recovery system, it will calculate and compare them.
==Command usage==
<code>DiscImageChef verify -d [true/false] -i <dump> -s [true/false] -v [true/false] -w [true/false]</code>
<code>Aaru verify -d [true/false] -i <dump> -s [true/false] -v [true/false] -w [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-i, --input=<dump></code> path to the media dump image<br />
@@ -13,7 +13,7 @@ If the media sectors/blocks format include a hash, checksum or error recovery sy
<code>-w, --verify-disc=[true/false]</code> calculates and verifies a media dump format checksum/hash ''(default true)''<br />
==Example==
<code>DiscImageChef verify -i mydisc.cue</code>
<code>Aaru verify -i mydisc.cue</code>
==Operating system support==
{|

View File

@@ -1 +1 @@
The Disc Image Chef © 2011-2018 Natalia Portillo
The Disc Image Chef © 2011-2020 Natalia Portillo