New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRECORD 1 "Version 1.5.5, Jan 30, 2021"
|
||||
@c man .TH XORRECORD 1 "Version 1.5.5, Aug 30, 2021"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -823,12 +823,25 @@ addresses below that number. Any number below 16s is the same as "off".
|
||||
@item dvd_obs="default"|"32k"|"64k"
|
||||
@kindex dvd_obs= set write transaction payload size
|
||||
@cindex Transaction size, set, dvd_obs=
|
||||
Linux specific:
|
||||
Set the number of bytes to be transmitted with each write operation to DVD
|
||||
or BD media. Tracks get padded up to the next multiple of this write
|
||||
size. A number of 64 KB may improve throughput with bus systems which
|
||||
show latency problems. The default depends on media type, option
|
||||
stream_recording=, and on compile time options.
|
||||
or BD media. With most write types, tracks get padded up to the next
|
||||
multiple of this write size (see option --obs_pad). A number of 64 KB may
|
||||
improve throughput with bus systems which show latency problems.
|
||||
The default depends on media type, option stream_recording=, and on compile
|
||||
time options.
|
||||
@c man .TP
|
||||
@item --obs_pad
|
||||
@kindex --obs_pad write transaction end padding
|
||||
@cindex Transaction size, set, dvd_obs=
|
||||
Pad the data of last write operation of a DVD-R[W] DAO session or
|
||||
stdio: pseudo-drive up to the full size of an output chunk.
|
||||
This padding has to be applied automatically to the other DVD and BD media
|
||||
types, where it causes e.g. ISO images to have trailing unclaimed blocks.
|
||||
.br
|
||||
Use this option if there is the suspicion that DAO sessions abort with
|
||||
your kernel and/or DVD drive, if their size is not a multiple of 16 blocks.
|
||||
.br
|
||||
This option may also get enabled at compile time of libburn.
|
||||
@c man .TP
|
||||
@item modesty_on_drive=parameter[:parameters]
|
||||
@kindex -modesty_on_drive keep drive buffer hungry
|
||||
|
Reference in New Issue
Block a user