From 013614a4f0f2c396bb453412bfd1bc1e3313b0d0 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 18 Aug 2021 04:22:48 +0100 Subject: [PATCH] Rename DiscImageChef to Aaru. --- 5.0/List-supported-namespaces.md | 2 +- 5.3/Bugs-in-other-dumping-software.md | 6 +++--- 5.3/Calculate-dump-contents-entropy.md | 4 ++-- ...ity-of-the-media-inserted-in-a-physical-device.md | 8 ++++---- 5.3/Comparison.md | 6 +++--- 5.3/Creating-a-dump-from-physical-media.md | 8 ++++---- 5.3/Creating-metadata-sidecar-XML.md | 8 ++++---- 5.3/Decoding-and-printing-media-tags.md | 4 ++-- 5.3/Frequently-Asked-Questions.md | 12 ++++++------ ...adecimal-print-of-a-media-dump-sector-or-block.md | 4 ++-- ...ation-from-media-inserted-in-a-physical-device.md | 8 ++++---- 5.3/Verifying-media-dump-integrity.md | 4 ++-- docs/Changelog.md | 2 +- 13 files changed, 38 insertions(+), 38 deletions(-) diff --git a/5.0/List-supported-namespaces.md b/5.0/List-supported-namespaces.md index 1a5429b..723c831 100644 --- a/5.0/List-supported-namespaces.md +++ b/5.0/List-supported-namespaces.md @@ -1,7 +1,7 @@ ## Command description This operation will list all the supported namespaces of -the [[Filesystems-recognized-by-DiscImageChef|supported filesystems]]. +the [[Filesystems-recognized-by-Aaru|supported filesystems]]. ## Command usage diff --git a/5.3/Bugs-in-other-dumping-software.md b/5.3/Bugs-in-other-dumping-software.md index 847d3c7..e72eb62 100644 --- a/5.3/Bugs-in-other-dumping-software.md +++ b/5.3/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/5.3/Calculate-dump-contents-entropy.md b/5.3/Calculate-dump-contents-entropy.md index 43af1fb..fac51b6 100644 --- a/5.3/Calculate-dump-contents-entropy.md +++ b/5.3/Calculate-dump-contents-entropy.md @@ -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== {| diff --git a/5.3/Check-readability-of-the-media-inserted-in-a-physical-device.md b/5.3/Check-readability-of-the-media-inserted-in-a-physical-device.md index d8b411b..e7b63f7 100644 --- a/5.3/Check-readability-of-the-media-inserted-in-a-physical-device.md +++ b/5.3/Check-readability-of-the-media-inserted-in-a-physical-device.md @@ -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== {| diff --git a/5.3/Comparison.md b/5.3/Comparison.md index d5d6a01..15c28d8 100644 --- a/5.3/Comparison.md +++ b/5.3/Comparison.md @@ -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 diff --git a/5.3/Creating-a-dump-from-physical-media.md b/5.3/Creating-a-dump-from-physical-media.md index 3aa864d..c1d64c8 100644 --- a/5.3/Creating-a-dump-from-physical-media.md +++ b/5.3/Creating-a-dump-from-physical-media.md @@ -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== -DiscImageChef dump-media -d [true/false] -e -f [true/false] -i -k --lead-in [true/false] -m [true/false] --no-metadata [true/false] --no-trim [true/false] -O -o --persistent [true/false] -p -s [true/false] -t -v [true/false] -x +Aaru dump-media -d [true/false] -e -f [true/false] -i -k --lead-in [true/false] -m [true/false] --no-metadata [true/false] --no-trim [true/false] -O -o --persistent [true/false] -p -s [true/false] -t -v [true/false] -x -d, --debug=[true/false] shows debug output ''(default false)''
-e, --encoding= character encoding to use when creating dump sidecar
@@ -23,9 +23,9 @@ This operating will create a dump image from real media using a physical device. -x, --cicm-xml= take metadata from existing CICM XML sidecar
==Example== -FreeBSD: DiscImageChef dump-media -i /dev/cd0 -f --persistent=true --separate-subchannel -w mydisc
-Linux: DiscImageChef dump-media -i /dev/sdb -r -f -p 15 -w myusbfloppy
-Windows: DiscImageChef dump-media -i \\.\PhysicalDrive3 -f -p 0 --resume=false mydisk
+FreeBSD: Aaru dump-media -i /dev/cd0 -f --persistent=true --separate-subchannel -w mydisc
+Linux: Aaru dump-media -i /dev/sdb -r -f -p 15 -w myusbfloppy
+Windows: Aaru dump-media -i \\.\PhysicalDrive3 -f -p 0 --resume=false mydisk
==Operating system support== {| diff --git a/5.3/Creating-metadata-sidecar-XML.md b/5.3/Creating-metadata-sidecar-XML.md index 32ce5ae..f3ea382 100644 --- a/5.3/Creating-metadata-sidecar-XML.md +++ b/5.3/Creating-metadata-sidecar-XML.md @@ -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== -DiscImageChef create-sidecar -b [block size] -d [true/false] -e [encoding] -i -t tape [true/false] -v [true/false] +Aaru create-sidecar -b [block size] -d [true/false] -e [encoding] -i -t tape [true/false] -v [true/false] -b, --block-size=[block size] used only for tapes, indicates fixed block size in bytes. File in dump folder not multiple of this value will be ignored ''(default 512)''
-d, --debug=[true/false] shows debug output ''(default false)''
@@ -12,9 +12,9 @@ This operation will analyze a media dump, and if the format is recognized, creat -v, --verbose=[true/false] shows verbose output ''(default false)''
==Examples== -DiscImageChef create-sidecar -i mydisc.cue
-DiscImageChef create-sidecar -i mytapedir -t -b 1024
-DiscImageChef create-sidecar -i "My japanese software.img" -e shift_jis
+Aaru create-sidecar -i mydisc.cue
+Aaru create-sidecar -i mytapedir -t -b 1024
+Aaru create-sidecar -i "My japanese software.img" -e shift_jis
==Operating system support== {| diff --git a/5.3/Decoding-and-printing-media-tags.md b/5.3/Decoding-and-printing-media-tags.md index fc4a507..43e5039 100644 --- a/5.3/Decoding-and-printing-media-tags.md +++ b/5.3/Decoding-and-printing-media-tags.md @@ -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== -DiscImageChef decode -d [true/false] -i -k [true/false] -l [sectors] -t [true/false] -s [start sector] -v [true/false] +Aaru decode -d [true/false] -i -k [true/false] -l [sectors] -t [true/false] -s [start sector] -v [true/false] -d, --debug=[true/false] shows debug output ''(default false)''
-i, --input= path to the media dump image
@@ -13,7 +13,7 @@ This operation will decode all [[Sector-tags|sector tags]] and [[Media-tags|medi -v, --verbose=[true/false] shows verbose output ''(default false)''
==Example== -DiscImageChef decode -i mydisc.cue -s 1000 -l 15 -t false +Aaru decode -i mydisc.cue -s 1000 -l 15 -t false ==Operating system support== {| diff --git a/5.3/Frequently-Asked-Questions.md b/5.3/Frequently-Asked-Questions.md index c27210e..b084df5 100644 --- a/5.3/Frequently-Asked-Questions.md +++ b/5.3/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? +Because a chef is someone that takes raw ingredients and according to a recipe makes magic with them, and so does Aaru with media dump images. -# Which operating systems does DiscImageChef work under? +# Which operating systems does Aaru work under? Any operating system with a .NET 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/claunia/Aaru/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 diff --git a/5.3/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.md b/5.3/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.md index 8900039..47b2692 100644 --- a/5.3/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.md +++ b/5.3/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.md @@ -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== -DiscImageChef printhex -d [true/false] -i -l [sectors] -r [true/false] -s -v [true/false] -w [width] +Aaru printhex -d [true/false] -i -l [sectors] -r [true/false] -s -v [true/false] -w [width] -d, --debug=[true/false] shows debug output ''(default false)''
-i, --input= path to the media dump image
@@ -13,7 +13,7 @@ This operation will print in console a hexadecimal dump of the chosen sector/blo -w, --width=[width] how width, in characters, should the print be before creating a new line ''(default 32)'' ==Example== -DiscImageChef printhex -i mydisc.cue -s 15 -l 30 -r -w 64 +Aaru printhex -i mydisc.cue -s 15 -l 30 -r -w 64 ==Operating system support== {| diff --git a/5.3/Getting-information-from-media-inserted-in-a-physical-device.md b/5.3/Getting-information-from-media-inserted-in-a-physical-device.md index 31ed5eb..926afec 100644 --- a/5.3/Getting-information-from-media-inserted-in-a-physical-device.md +++ b/5.3/Getting-information-from-media-inserted-in-a-physical-device.md @@ -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== -DiscImageChef media-info -d [true/false] -i -v [true/false] -w [prefix] +Aaru media-info -d [true/false] -i -v [true/false] -w [prefix] -d, --debug=[true/false] shows debug output ''(default false'')
-i, --input= path to the physical device
@@ -10,9 +10,9 @@ This operation will request and show all information about the inserted media in -w, --output-prefix=[prefix] writes binary responses from device to that prefix ==Example== -FreeBSD: DiscImageChef media-info -i /dev/cd0
-Linux: DiscImageChef media-info -i /dev/sdb
-Windows: DiscImageChef media-info -i \\.\PhysicalDrive3
+FreeBSD: Aaru media-info -i /dev/cd0
+Linux: Aaru media-info -i /dev/sdb
+Windows: Aaru media-info -i \\.\PhysicalDrive3
==Operating system support== {| diff --git a/5.3/Verifying-media-dump-integrity.md b/5.3/Verifying-media-dump-integrity.md index a943074..22e7257 100644 --- a/5.3/Verifying-media-dump-integrity.md +++ b/5.3/Verifying-media-dump-integrity.md @@ -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== -DiscImageChef verify -d [true/false] -i -s [true/false] -v [true/false] -w [true/false] +Aaru verify -d [true/false] -i -s [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
@@ -13,7 +13,7 @@ If the media sectors/blocks format include a hash, checksum or error recovery sy -w, --verify-disc=[true/false] calculates and verifies a media dump format checksum/hash ''(default true)''
==Example== -DiscImageChef verify -i mydisc.cue +Aaru verify -i mydisc.cue ==Operating system support== {| diff --git a/docs/Changelog.md b/docs/Changelog.md index e26e909..a3c1f0f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -838,7 +838,7 @@ # [5.0.0.2879] - 2020-03-15 - First and most importantly, we got a rename. We're now Aaru, part of the Aaru Data Preservation Suite, that - encompasses Aaru (previously DiscImageChef), Aaru.Server (previously DiscImageChef.Server), aaruformat (previously + encompasses Aaru (previously Aaru), Aaru.Server (previously Aaru.Server), aaruformat (previously dicformat) and aaruremote. - This release is dedicated to the loving memory of Facunda "Tata" Suárez Domínguez, R.I.P. 2019/07/24.