New -check_media option async_chunks=
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.2.3, Apr 02, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.3, Mai 01, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3549,7 +3549,7 @@ abort_file=/var/opt/xorriso/do_abort_check_media
|
||||
.br
|
||||
sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
||||
.br
|
||||
bad_limit=valid slow_limit=1.0 chunk_size=0s
|
||||
bad_limit=valid slow_limit=1.0 chunk_size=0s async_chunks=0
|
||||
.br
|
||||
Option "reset=now" restores these startup defaults.
|
||||
.br
|
||||
@ -3657,6 +3657,11 @@ slow. This may be a fractional number like 0.1 or 1.5.
|
||||
\fBchunk_size=size\fR
|
||||
sets the number of bytes to be read in one read operation.
|
||||
This gets rounded down to full blocks of 2048 bytes. 0 means automatic size.
|
||||
.br
|
||||
\fBasync_chunks=number\fR
|
||||
enables asynchronous MD5 processing if number is 2 or larger.
|
||||
In this case the given number of read chunks is allocated as fifo buffer.
|
||||
On very fast MMC drives try: chunk_size=32s async_chunks=16.
|
||||
.TP
|
||||
\fB\-check_md5\fR severity iso_rr_path [***]
|
||||
Compare the data content of the given files in the loaded image with their
|
||||
|
Reference in New Issue
Block a user