mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Fix typos and rewrite a few sentences
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
==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-Aaru.md|supported partitioning schemes]] and [[Filesystems-recognized-by-Aaru.md|supported filesystems]] on the dump, showing information about them.
|
||||
This operation will analyze a media dump, and if the format is recognized and you choose so, it will search for [[Partitioning-schemes-recognized-by-Aaru.md|supported partitioning schemes]] and [[Filesystems-recognized-by-Aaru.md|supported filesystems]] on the dump, showing information about them.
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru analyze -d [true/false] -e [encoding] -f [true/false] -i <dump> -p [true/false] -v [true/false]</code>
|
||||
|
||||
@@ -6,6 +6,6 @@ Some software contains bugs that can make users think the problem resides with A
|
||||
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.
|
||||
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?).
|
||||
Aaru instead reads and interprets the TOC (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 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).
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
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.
|
||||
This operation will calculate uniqueness and entropy of the media represented by a media dump image. It's not affected by the image format compression if applicable.
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru entropy -d [true/false] -i <dump> -p [true/false] -t [true/false] -v [true/false] -w [true/false]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
This operation will create random data in RAM and calculate how fast are we calculating all known [[Supported-checksums.md|checksums and hashes]]
|
||||
This operation will create random data in RAM and calculate how fast we are calculating all known [[Supported-checksums.md|checksums and hashes]]
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru benchmark -b [block size] -d [true/false] -s [buffer size] -v [true/false]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
This operating will convert a dump from one image format to another.
|
||||
This operation will convert a dump from one image format to another.
|
||||
|
||||
==Command usage==
|
||||
<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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
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.
|
||||
This operation will create a media dump 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>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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
This operation will analyze a media dump, and if the format is recognized, create a CICM XML metadata sidecar with all information that can be automatically get about it, as well as all [[Supported-checksums.md|supported checksum algorithms]].
|
||||
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 gotten about it, as well as all [[Supported-checksums.md|supported checksum algorithms]].
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru create-sidecar -b [block size] -d [true/false] -e [encoding] -i <dump> -t tape [true/false] -v [true/false]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==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-Aaru.md|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.md|supported filesystems]].
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru extract-files -d [true/false] -e [encoding] -i <dump> -o <output> -v [true/false] -x [true/false]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
This operation will print in console a hexadecimal dump of the chosen sector/block of the indicated media dump image.
|
||||
This operation will print a hexadecimal dump in the console of the chosen sector/block of the indicated media dump image.
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru printhex -d [true/false] -i <dump> -l [sectors] -r [true/false] -s <starting sector> -v [true/false] -w [width]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
This operation will request and show all information about a physical device. For information about supported physical devices check [[Supported-devices.mediawiki|the list of supported physical devices]]
|
||||
This operation will request and show all information about a physical device. For information about supported physical devices check [[Supported-devices.mediawiki|the list of supported physical devices]].
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru device-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==Command description==
|
||||
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.mediawiki|the list of supported physical devices]]
|
||||
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.mediawiki|the list of supported physical devices]].
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru media-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==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-Aaru.md|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.md|supported filesystems]].
|
||||
|
||||
==Command usage==
|
||||
<code>Aaru ls -d [true/false] -e [encoding] -i <dump> -l [true/false] -v [true/false]</code>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==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 www.aaru.app
|
||||
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>Aaru device-report -d [true/false] -i <device> -v [true/false]</code>
|
||||
|
||||
@@ -1 +1 @@
|
||||
The Disc Image Chef © 2011-2020 Natalia Portillo
|
||||
Aaru © 2011-2020 Natalia Portillo
|
||||
|
||||
Reference in New Issue
Block a user