New -as cdrecord option --bdr_obs_exempt
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, Aug 30, 2021"
|
||||
@c man .TH XORRECORD 1 "Version 1.5.5, Sep 12, 2021"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -832,17 +832,30 @@ 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.
|
||||
@cindex Transaction end padding, enforce, --obs_pad
|
||||
Pad the data of the last write operation of a DVD-R[W] DAO session, or BD-R
|
||||
session, or stdio: pseudo-drive session 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.
|
||||
Whether it is applied automatically to BD-R depends on option
|
||||
@minus{}@minus{}bdr_obs_exempt.
|
||||
.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.
|
||||
Use this option if there is the suspicion that DVD-R[W] DAO or BD-R 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 --bdr_obs_exempt
|
||||
@kindex --bdr_obs_exempt write transaction end padding
|
||||
@cindex Transaction end padding, BD-R, --bdr_obs_exempt
|
||||
Exempt BD-R media from automatic unconditional transaction end padding,
|
||||
provided that this padding is not requested by --obs_pad and that
|
||||
no stream_recording is requested.
|
||||
@*
|
||||
This is a new feature introduced with version 1.5.6. It might become default
|
||||
in later versions.
|
||||
@c man .TP
|
||||
@item modesty_on_drive=parameter[:parameters]
|
||||
@kindex -modesty_on_drive keep drive buffer hungry
|
||||
@cindex Write, drive buffer, modesty_on_drive=
|
||||
|
Reference in New Issue
Block a user