From f2bad9a8343691287a64c9c5585e55401e1c02cf Mon Sep 17 00:00:00 2001 From: SilasLaspada Date: Sat, 29 Feb 2020 13:01:32 -0700 Subject: [PATCH] Replace references to DiscImageChef with Aaru --- Analyzing-a-media-dump.mediawiki | 8 ++++---- Bugs-in-other-dumping-software.md | 6 +++--- Calculate-dump-contents-entropy.mediawiki | 6 +++--- ...ia-inserted-in-a-physical-device.mediawiki | 10 +++++----- Checksum-benchmarking.mediawiki | 6 +++--- Comparing-two-media-dumps.mediawiki | 4 ++-- Comparison.mediawiki | 8 ++++---- ...iki => Configure-Aaru-statistics.mediawiki | 8 ++++---- Convert-image.mediawiki | 4 ++-- Creating-a-dump-from-physical-media.mediawiki | 10 +++++----- Creating-metadata-sidecar-XML.mediawiki | 10 +++++----- Decoding-and-printing-media-tags.mediawiki | 6 +++--- Extracting-files-from-a-media-dump.mediawiki | 8 ++++---- ...ef.md => Filesystems-recognized-by-Aaru.md | 0 Frequently-Asked-Questions.md | 14 ++++++------- ...-of-a-media-dump-sector-or-block.mediawiki | 4 ++-- ...-and-checksums-from-a-media-dump.mediawiki | 4 ++-- ...formation-from-a-physical-device.mediawiki | 10 +++++----- ...ia-inserted-in-a-physical-device.mediawiki | 10 +++++----- List-files.mediawiki | 8 ++++---- List-options.mediawiki | 4 ++-- List-supported-devices.mediawiki | 4 ++-- List-supported-encodings.mediawiki | 4 ++-- List-supported-formats.mediawiki | 6 +++--- ...a-dump-formats-supported-by-Aaru.mediawiki | 4 ++-- ...Partitioning-schemes-recognized-by-Aaru.md | 0 README.mediawiki | 20 +++++++++---------- ...ing-physical-device-capabilities.mediawiki | 12 +++++------ Show-statistics.mediawiki | 4 ++-- Verifying-media-dump-integrity.mediawiki | 4 ++-- _Footer.md | 2 +- 31 files changed, 104 insertions(+), 104 deletions(-) rename Configure-DiscImageChef-statistics.mediawiki => Configure-Aaru-statistics.mediawiki (64%) rename Filesystems-recognized-by-DiscImageChef.md => Filesystems-recognized-by-Aaru.md (100%) rename Media-dump-formats-supported-by-DiscImageChef.mediawiki => Media-dump-formats-supported-by-Aaru.mediawiki (97%) rename Partitioning-schemes-recognized-by-DiscImageChef.md => Partitioning-schemes-recognized-by-Aaru.md (100%) diff --git a/Analyzing-a-media-dump.mediawiki b/Analyzing-a-media-dump.mediawiki index aecb669..9114323 100644 --- a/Analyzing-a-media-dump.mediawiki +++ b/Analyzing-a-media-dump.mediawiki @@ -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== -DiscImageChef analyze -d [true/false] -e [encoding] -f [true/false] -i -p [true/false] -v [true/false] +Aaru analyze -d [true/false] -e [encoding] -f [true/false] -i -p [true/false] -v [true/false] -d, --debug=[true/false] shows debug output ''(default false)''
-e, --encoding=[encoding] sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''
@@ -12,7 +12,7 @@ This command will analyze a media dump, and if the format is recognized and you -v, --verbose=[true/false] shows verbose output ''(default false)''
==Example== -DiscImageChef analyze -i mydisc.cue +Aaru analyze -i mydisc.cue ==Operating system support== {| @@ -27,4 +27,4 @@ This command will analyze a media dump, and if the format is recognized and you |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Bugs-in-other-dumping-software.md b/Bugs-in-other-dumping-software.md index 847d3c7..e72eb62 100644 --- a/Bugs-in-other-dumping-software.md +++ b/Bugs-in-other-dumping-software.md @@ -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). diff --git a/Calculate-dump-contents-entropy.mediawiki b/Calculate-dump-contents-entropy.mediawiki index 43af1fb..17b48a3 100644 --- a/Calculate-dump-contents-entropy.mediawiki +++ b/Calculate-dump-contents-entropy.mediawiki @@ -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== -DiscImageChef entropy -d [true/false] -i -p [true/false] -t [true/false] -v [true/false] -w [true/false] +Aaru entropy -d [true/false] -i -p [true/false] -t [true/false] -v [true/false] -w [true/false] -d, --debug=[true/false] shows debug output ''(default false)''
-i, --input= path to the media dump image
@@ -12,7 +12,7 @@ This operation will calculate uniqueness and entropy of the media represented by -w, --whole-disc=[true/false] calculates the entropy for the whole media ''(default true)'' ==Example== -DiscImageChef entropy -i mydisc.cue +Aaru entropy -i mydisc.cue ==Operating system support== {| @@ -27,4 +27,4 @@ This operation will calculate uniqueness and entropy of the media represented by |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Check-readability-of-the-media-inserted-in-a-physical-device.mediawiki b/Check-readability-of-the-media-inserted-in-a-physical-device.mediawiki index d8b411b..6b6d3ec 100644 --- a/Check-readability-of-the-media-inserted-in-a-physical-device.mediawiki +++ b/Check-readability-of-the-media-inserted-in-a-physical-device.mediawiki @@ -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== -DiscImageChef media-scan -b [ibglog] -d [true/false] -i -m [mhddlog] -v [true/false] +Aaru media-scan -b [ibglog] -d [true/false] -i -m [mhddlog] -v [true/false] -b, --ibg-log=[ibglog] writes a log in the format used by ImgBurn
-d, --debug=[true/false] shows debug output ''(default false)''
@@ -11,9 +11,9 @@ This operation will read the media inserted in the physical device, and measure -v, --verbose=[true/false] shows verbose output ''(default false)''
==Example== -FreeBSD: DiscImageChef media-scan -i /dev/cd0
-Linux: DiscImageChef media-scan -i /dev/sdb
-Windows: DiscImageChef media-scan -i \\.\PhysicalDrive3
+FreeBSD: Aaru media-scan -i /dev/cd0
+Linux: Aaru media-scan -i /dev/sdb
+Windows: Aaru media-scan -i \\.\PhysicalDrive3
==Operating system support== {| @@ -78,4 +78,4 @@ Windows: DiscImageChef media-scan -i \\.\PhysicalDrive3
| Untested Should work, untested due to not available hardware |} - \ No newline at end of file + diff --git a/Checksum-benchmarking.mediawiki b/Checksum-benchmarking.mediawiki index 99b4930..e67358f 100644 --- a/Checksum-benchmarking.mediawiki +++ b/Checksum-benchmarking.mediawiki @@ -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== -DiscImageChef benchmark -b [block size] -d [true/false] -s [buffer size] -v [true/false] +Aaru benchmark -b [block size] -d [true/false] -s [buffer size] -v [true/false] -b, --block-size=[block size] how big in bytes to do each block ''(default 512)''
-d, --debug=[true/false] shows debug output ''(default false)''
@@ -10,7 +10,7 @@ This operation will create random data in RAM and calculate how fast are we calc -v, --verbose=[true/false] shows verbose output ''(default false)''
==Example== -DiscImageChef benchmark +Aaru benchmark ==Operating system support== {| @@ -25,4 +25,4 @@ This operation will create random data in RAM and calculate how fast are we calc |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Comparing-two-media-dumps.mediawiki b/Comparing-two-media-dumps.mediawiki index 7d9afe4..9bbf51e 100644 --- a/Comparing-two-media-dumps.mediawiki +++ b/Comparing-two-media-dumps.mediawiki @@ -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== -DiscImageChef verify -d [true/false] --input1= --input2= -v [true/false] +Aaru verify -d [true/false] --input1= --input2= -v [true/false] -d, --debug=[true/false] shows debug output ''(default false)'' --input1= path to the first media dump image
@@ -10,7 +10,7 @@ This operation will compare two media dumps and print all differences between th -v, --verbose=[true/false] shows verbose output ''(default false)''
==Example== -DiscImageChef compare --input1=mydisc.cue --input2=anotherdisc.mds +Aaru compare --input1=mydisc.cue --input2=anotherdisc.mds ==Operating system support== {| diff --git a/Comparison.mediawiki b/Comparison.mediawiki index d5d6a01..bd40cbd 100644 --- a/Comparison.mediawiki +++ b/Comparison.mediawiki @@ -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] | 3CDRWin, CloneCD and raw | 1CDRWin | 1CloneCD @@ -216,4 +216,4 @@ a CD+G | No |} - \ No newline at end of file + diff --git a/Configure-DiscImageChef-statistics.mediawiki b/Configure-Aaru-statistics.mediawiki similarity index 64% rename from Configure-DiscImageChef-statistics.mediawiki rename to Configure-Aaru-statistics.mediawiki index 5eb9c13..b3ffc00 100644 --- a/Configure-DiscImageChef-statistics.mediawiki +++ b/Configure-Aaru-statistics.mediawiki @@ -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== -DiscImageChef configure +Aaru configure ==Example== -DiscImageChef configure +Aaru configure ==Operating system support== {| @@ -20,4 +20,4 @@ This command will ask you which statistics to gather and if you want to share th |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Convert-image.mediawiki b/Convert-image.mediawiki index 69f89f4..3017b41 100644 --- a/Convert-image.mediawiki +++ b/Convert-image.mediawiki @@ -2,7 +2,7 @@ This operating will convert a dump from one image format to another. ==Command usage== -DiscImageChef convert-image -c --comments= --creator= -d [true/false] --drive-manufacturer= --drive-model= --drive-revision= --drive-serial= -f [true/false] -i --media-barcode= --media-lastsequence= --media-manufacturer= --media-model= --media-partnumber= --media-sequence= --media-serial= --media-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> \ No newline at end of file +<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> diff --git a/Creating-a-dump-from-physical-media.mediawiki b/Creating-a-dump-from-physical-media.mediawiki index 3aa864d..0914276 100644 --- a/Creating-a-dump-from-physical-media.mediawiki +++ b/Creating-a-dump-from-physical-media.mediawiki @@ -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== {| @@ -90,4 +90,4 @@ Windows: <code>DiscImageChef dump-media -i \\.\PhysicalDrive3 -f -p 0 --resume=f | Untested <ref name="Windows sd">Should work, untested due to not available hardware</ref> |} -<references/> \ No newline at end of file +<references/> diff --git a/Creating-metadata-sidecar-XML.mediawiki b/Creating-metadata-sidecar-XML.mediawiki index 32ce5ae..ca471f9 100644 --- a/Creating-metadata-sidecar-XML.mediawiki +++ b/Creating-metadata-sidecar-XML.mediawiki @@ -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== {| @@ -29,4 +29,4 @@ This operation will analyze a media dump, and if the format is recognized, creat |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Decoding-and-printing-media-tags.mediawiki b/Decoding-and-printing-media-tags.mediawiki index fc4a507..661c211 100644 --- a/Decoding-and-printing-media-tags.mediawiki +++ b/Decoding-and-printing-media-tags.mediawiki @@ -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== {| @@ -28,4 +28,4 @@ This operation will decode all [[Sector-tags|sector tags]] and [[Media-tags|medi |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Extracting-files-from-a-media-dump.mediawiki b/Extracting-files-from-a-media-dump.mediawiki index 9200acc..6443f70 100644 --- a/Extracting-files-from-a-media-dump.mediawiki +++ b/Extracting-files-from-a-media-dump.mediawiki @@ -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== {| @@ -27,4 +27,4 @@ This operation will analyze and find all filesystems in a media dump and extract |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Filesystems-recognized-by-DiscImageChef.md b/Filesystems-recognized-by-Aaru.md similarity index 100% rename from Filesystems-recognized-by-DiscImageChef.md rename to Filesystems-recognized-by-Aaru.md diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index c27210e..ab62380 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -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. \ No newline at end of file +# 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. diff --git a/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki b/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki index 8900039..47b2692 100644 --- a/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki +++ b/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki @@ -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== {| diff --git a/Getting-hashes-and-checksums-from-a-media-dump.mediawiki b/Getting-hashes-and-checksums-from-a-media-dump.mediawiki index 11905ee..1aa0ab8 100644 --- a/Getting-hashes-and-checksums-from-a-media-dump.mediawiki +++ b/Getting-hashes-and-checksums-from-a-media-dump.mediawiki @@ -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== {| diff --git a/Getting-information-from-a-physical-device.mediawiki b/Getting-information-from-a-physical-device.mediawiki index ef5db58..c318a5e 100644 --- a/Getting-information-from-a-physical-device.mediawiki +++ b/Getting-information-from-a-physical-device.mediawiki @@ -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== {| @@ -77,4 +77,4 @@ Windows: <code>DiscImageChef device-info -i D:</code><br /> | Untested <ref name="Windows sd">Should work, untested due to not available hardware</ref> |} -<references/> \ No newline at end of file +<references/> diff --git a/Getting-information-from-media-inserted-in-a-physical-device.mediawiki b/Getting-information-from-media-inserted-in-a-physical-device.mediawiki index 31ed5eb..9e19c3c 100644 --- a/Getting-information-from-media-inserted-in-a-physical-device.mediawiki +++ b/Getting-information-from-media-inserted-in-a-physical-device.mediawiki @@ -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== {| @@ -77,4 +77,4 @@ Windows: <code>DiscImageChef media-info -i \\.\PhysicalDrive3</code><br /> | No <ref name="atamedia"/> |} -<references/> \ No newline at end of file +<references/> diff --git a/List-files.mediawiki b/List-files.mediawiki index 3f55089..337ff7f 100644 --- a/List-files.mediawiki +++ b/List-files.mediawiki @@ -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== {| @@ -26,4 +26,4 @@ This operation will analyze and find all filesystems in a media dump and list al |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/List-options.mediawiki b/List-options.mediawiki index 5b4d255..8c0f17d 100644 --- a/List-options.mediawiki +++ b/List-options.mediawiki @@ -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== {| @@ -17,4 +17,4 @@ |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/List-supported-devices.mediawiki b/List-supported-devices.mediawiki index b911fdf..74e9e07 100644 --- a/List-supported-devices.mediawiki +++ b/List-supported-devices.mediawiki @@ -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== {| @@ -19,4 +19,4 @@ This operation will show all known attached devices on your system and if they a | Yes |} -<references/> \ No newline at end of file +<references/> diff --git a/List-supported-encodings.mediawiki b/List-supported-encodings.mediawiki index 9d980c5..4879856 100644 --- a/List-supported-encodings.mediawiki +++ b/List-supported-encodings.mediawiki @@ -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== {| @@ -17,4 +17,4 @@ This operation will list all your character set encodings supported in your envi |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/List-supported-formats.mediawiki b/List-supported-formats.mediawiki index f24246d..613d04a 100644 --- a/List-supported-formats.mediawiki +++ b/List-supported-formats.mediawiki @@ -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== {| @@ -17,4 +17,4 @@ This operation will list all filters, dump media formats, partinioning schemes a |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Media-dump-formats-supported-by-DiscImageChef.mediawiki b/Media-dump-formats-supported-by-Aaru.mediawiki similarity index 97% rename from Media-dump-formats-supported-by-DiscImageChef.mediawiki rename to Media-dump-formats-supported-by-Aaru.mediawiki index 4404114..736d350 100644 --- a/Media-dump-formats-supported-by-DiscImageChef.mediawiki +++ b/Media-dump-formats-supported-by-Aaru.mediawiki @@ -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 @@ -55,4 +55,4 @@ * VirtualPC * VMware disk image<ref name="nocompress"/> -<references/> \ No newline at end of file +<references/> diff --git a/Partitioning-schemes-recognized-by-DiscImageChef.md b/Partitioning-schemes-recognized-by-Aaru.md similarity index 100% rename from Partitioning-schemes-recognized-by-DiscImageChef.md rename to Partitioning-schemes-recognized-by-Aaru.md diff --git a/README.mediawiki b/README.mediawiki index d717fa0..73d315d 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -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,18 +27,18 @@ 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]]''' -'''[[Bugs in other dumping software]]''' \ No newline at end of file +'''[[Bugs in other dumping software]]''' diff --git a/Reporting-physical-device-capabilities.mediawiki b/Reporting-physical-device-capabilities.mediawiki index 0543ef9..a61af41 100644 --- a/Reporting-physical-device-capabilities.mediawiki +++ b/Reporting-physical-device-capabilities.mediawiki @@ -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== {| @@ -76,4 +76,4 @@ Windows: <code>DiscImageChef device-report -i \\.\PhysicalDrive3</code><br /> | Untested <ref name="Windows sd">Should work, untested due to not available hardware</ref> |} -<references/> \ No newline at end of file +<references/> diff --git a/Show-statistics.mediawiki b/Show-statistics.mediawiki index 4e141de..feace8e 100644 --- a/Show-statistics.mediawiki +++ b/Show-statistics.mediawiki @@ -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== {| @@ -17,4 +17,4 @@ This operation will show the statistics that have been stored locally on your en |- | Windows | Yes -|} \ No newline at end of file +|} diff --git a/Verifying-media-dump-integrity.mediawiki b/Verifying-media-dump-integrity.mediawiki index a943074..22e7257 100644 --- a/Verifying-media-dump-integrity.mediawiki +++ b/Verifying-media-dump-integrity.mediawiki @@ -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== {| diff --git a/_Footer.md b/_Footer.md index 1c04363..9e1f353 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1 +1 @@ -The Disc Image Chef © 2011-2018 Natalia Portillo \ No newline at end of file +The Disc Image Chef © 2011-2020 Natalia Portillo