Nitpicks, cleanups, and spellcheck

This commit is contained in:
Matt Nadareski
2021-08-19 11:08:54 -07:00
parent 5da40e3293
commit 68c816a8c8
38 changed files with 107 additions and 132 deletions

View File

@@ -7,7 +7,7 @@
## Command Description
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. 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. The dumping operation can be interrupted and continued later with supported formats, even from a different device.
## Command usage
@@ -90,4 +90,4 @@ Windows: `Aaru media dump -f -p 0 --resume false \\.\PhysicalDrive3 mydisk.aaruf
6. FireWire descriptors are not retrieved
7. PCMCIA CIS is not retrieved
8. Support will come with FreeBSD 12-RELEASE
9. Should work, untested due to not available hardware
9. Should work, untested due to no available hardware

View File

@@ -7,7 +7,7 @@
## 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 [the list of supported physical devices.](../faq/supported-devices.md)
This operation will request and show all information about the inserted media from a physical device. For information about supported physical devices check [the list of supported physical devices.](../faq/supported-devices.md)
## Command usage

View File

@@ -7,9 +7,9 @@
## Command Description
This operation will read the media inserted in the physical device, and measure how fast it can be read sequentially.
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.
finished it will check how fast can the device seek and report speed statistics.
## Command usage
@@ -53,4 +53,4 @@ Windows: `Aaru media scan \\.\PhysicalDrive3`
6. FireWire descriptors are not retrieved
7. PCMCIA CIS is not retrieved
8. Support will come with FreeBSD 12-RELEASE
9. Should work, untested due to not available hardware
9. Should work, untested due to no available hardware