Corrected rank of -checkmedia quality "md5_mismatch"

This commit is contained in:
2018-09-01 21:19:06 +02:00
parent 675f9fe9d1
commit 92665c8be3
7 changed files with 59 additions and 52 deletions

View File

@ -3903,7 +3903,7 @@ transmission errors.
bad_limit=threshold
sets the highest quality which shall be considered as damage.
Choose one of "good", "md5_match", "slow", "partial", "valid",
"untested", "invalid", "tao_end", "off_track", "md5_mismatch",
"untested", "md5_mismatch", "invalid", "tao_end", "off_track",
"unreadable".
"valid" and "invalid" are qualities imported from a sector_map
file. "tao_end" and "off_track" are intentionally not
@ -3911,7 +3911,9 @@ transmission errors.
from a partially readable chunk. They are supposed to be ok
but stem from a suspicious neighborhood.
"md5_match" and "md5_mismatch" regions overlap with regions of
other quality.
other quality. The former is a strong confirmation for
quality, the latter only tells that one or more blocks of the
region must be wrong.
slow_limit=threshold
sets the time threshold for a single read chunk to be
considered slow. This may be a fractional number like 0.1 or
@ -5174,7 +5176,7 @@ For mounting 'xorriso' generated ISO 9660 images (-t iso9660)
Libreadline, a comfortable input line facility
readline(3)
Other programs which produce ISO 9660 images
mkisofs(8), genisoimage(8)
mkisofs(8), genisoimage(1)
Other programs which burn sessions to optical media
growisofs(1), cdrecord(1), wodim(1), cdrskin(1)
ACL and xattr
@ -5266,8 +5268,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -cdx sets working directory on disk: Navigate. (line 15)
* -changes_pending overrides change status: Writing. (line 12)
* -charset sets input/output character set: Charset. (line 54)
* -check_md5 verifies file checksum: Verify. (line 164)
* -check_md5_r verifies file tree checksums: Verify. (line 178)
* -check_md5 verifies file checksum: Verify. (line 166)
* -check_md5_r verifies file tree checksums: Verify. (line 180)
* -check_media reads media block by block: Verify. (line 21)
* -check_media_defaults sets -check_media options: Verify. (line 40)
* -chgrp sets group in ISO image: Manip. (line 49)
@ -5763,8 +5765,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Verify, compare ISO and disk file, -compare: Navigate. (line 131)
* Verify, compare ISO and disk tree, -compare_r: Navigate. (line 143)
* Verify, compare ISO and disk, -compare_l: Navigate. (line 147)
* Verify, file checksum, -check_md5: Verify. (line 164)
* Verify, file tree checksums, -check_md5_r: Verify. (line 178)
* Verify, file checksum, -check_md5: Verify. (line 166)
* Verify, file tree checksums, -check_md5_r: Verify. (line 180)
* Verify, preset -check_media, -check_media_defaults: Verify. (line 40)
* Write, block size, -dvd_obs: SetWrite. (line 330)
* Write, bootability, -boot_image: Bootable. (line 75)
@ -5825,33 +5827,33 @@ Node: DialogCtl183562
Node: Inquiry186164
Node: Navigate195048
Node: Verify203505
Node: Restore213383
Node: Emulation221996
Node: Scripting232455
Node: Frontend240238
Node: Examples249864
Node: ExDevices251042
Node: ExCreate251703
Node: ExDialog253003
Node: ExGrowing254274
Node: ExModifying255083
Node: ExBootable255593
Node: ExCharset256148
Node: ExPseudo257044
Node: ExCdrecord257971
Node: ExMkisofs258291
Node: ExGrowisofs259648
Node: ExException260802
Node: ExTime261260
Node: ExIncBackup261718
Node: ExRestore265744
Node: ExRecovery266690
Node: Files267262
Node: Environ268596
Node: Seealso269305
Node: Bugreport270022
Node: Legal270613
Node: CommandIdx271625
Node: ConceptIdx288959
Node: Restore213528
Node: Emulation222141
Node: Scripting232600
Node: Frontend240383
Node: Examples250009
Node: ExDevices251187
Node: ExCreate251848
Node: ExDialog253148
Node: ExGrowing254419
Node: ExModifying255228
Node: ExBootable255738
Node: ExCharset256293
Node: ExPseudo257189
Node: ExCdrecord258116
Node: ExMkisofs258436
Node: ExGrowisofs259793
Node: ExException260947
Node: ExTime261405
Node: ExIncBackup261863
Node: ExRestore265889
Node: ExRecovery266835
Node: Files267407
Node: Environ268741
Node: Seealso269450
Node: Bugreport270167
Node: Legal270758
Node: CommandIdx271770
Node: ConceptIdx289104

End Tag Table