Automatic re-try with -close "as_needed" and unannounced fast-blanked DVD-RW

This commit is contained in:
2013-10-28 15:10:35 +00:00
parent 4426be4951
commit baedbd5379
8 changed files with 177 additions and 56 deletions

View File

@ -2454,8 +2454,11 @@ according to the setting of command -acl.
If set to "off" then keep the medium writable for an appended
session.
If set to "as_needed" then use "on" only if "off" is predicted to
fail with the given medium and its state. But not all drives
correctly recognize fast-blanked DVD-RW which need "on".
fail with the given medium and its state.
Not all drives correctly recognize fast-blanked DVD-RW which need
"on". If there is well founded suspicion that a burn run failed
due to -close "off", then -close "as_needed" causes a re-try with
"on".
Note that emulation command -as "cdrecord" temporarily overrides
the current setting of -close by its own default -close "on" if
its option -multi is missing.
@ -4976,7 +4979,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -outdev acquires a drive for output: AqDrive. (line 31)
* -overwrite enables overwriting in ISO: SetInsert. (line 127)
* -pacifier controls pacifier text form: Emulation. (line 163)
* -padding sets amount or mode of image padding: SetWrite. (line 375)
* -padding sets amount or mode of image padding: SetWrite. (line 378)
* -page set terminal geometry: DialogCtl. (line 19)
* -paste_in copies file into disk file: Restore. (line 124)
* -path_list inserts paths from disk file: Insert. (line 79)
@ -5051,7 +5054,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
* -volid sets volume id: SetWrite. (line 160)
* -volset_id sets volume set id: SetWrite. (line 181)
* -volume_date sets volume timestamp: SetWrite. (line 208)
* -write_type chooses TAO or SAO/DAO: SetWrite. (line 367)
* -write_type chooses TAO or SAO/DAO: SetWrite. (line 370)
* -x enables automatic execution order of arguments: ArgSort.
(line 16)
* -xattr controls handling of xattr (EA): Loading. (line 176)
@ -5335,12 +5338,12 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Write, free space, -tell_media_space: Inquiry. (line 104)
* Write, log problematic disk files, -errfile_log: Scripting. (line 129)
* Write, log written sessions, -session_log: Scripting. (line 149)
* Write, padding image, -padding: SetWrite. (line 375)
* Write, padding image, -padding: SetWrite. (line 378)
* Write, pending ISO image, -commit: Writing. (line 29)
* Write, predict image size, -print_size: Inquiry. (line 91)
* Write, set speed, -speed: SetWrite. (line 298)
* Write, simulation, -dummy: SetWrite. (line 342)
* Write, TAO or SAO/DAO, -write_type: SetWrite. (line 367)
* Write, TAO or SAO/DAO, -write_type: SetWrite. (line 370)
* xattr, _definition: Extras. (line 65)
* xattr, control handling, -xattr: Loading. (line 176)
* xattr, set in ISO image, -setfattr: Manip. (line 118)
@ -5372,40 +5375,40 @@ Node: CmdFind75955
Node: Filter90997
Node: Writing95553
Node: SetWrite105545
Node: Bootable125728
Node: Jigdo142118
Node: Charset146365
Node: Exception149127
Node: DialogCtl155247
Node: Inquiry157845
Node: Navigate164162
Node: Verify172460
Node: Restore181492
Node: Emulation188579
Node: Scripting198881
Node: Frontend206652
Node: Examples216259
Node: ExDevices217437
Node: ExCreate218096
Node: ExDialog219381
Node: ExGrowing220646
Node: ExModifying221451
Node: ExBootable221955
Node: ExCharset222507
Node: ExPseudo223328
Node: ExCdrecord224226
Node: ExMkisofs224543
Node: ExGrowisofs225883
Node: ExException227018
Node: ExTime227472
Node: ExIncBackup227931
Node: ExRestore231911
Node: ExRecovery232844
Node: Files233414
Node: Seealso234713
Node: Bugreport235436
Node: Legal236017
Node: CommandIdx237028
Node: ConceptIdx253690
Node: Bootable125870
Node: Jigdo142260
Node: Charset146507
Node: Exception149269
Node: DialogCtl155389
Node: Inquiry157987
Node: Navigate164304
Node: Verify172602
Node: Restore181634
Node: Emulation188721
Node: Scripting199023
Node: Frontend206794
Node: Examples216401
Node: ExDevices217579
Node: ExCreate218238
Node: ExDialog219523
Node: ExGrowing220788
Node: ExModifying221593
Node: ExBootable222097
Node: ExCharset222649
Node: ExPseudo223470
Node: ExCdrecord224368
Node: ExMkisofs224685
Node: ExGrowisofs226025
Node: ExException227160
Node: ExTime227614
Node: ExIncBackup228073
Node: ExRestore232053
Node: ExRecovery232986
Node: Files233556
Node: Seealso234855
Node: Bugreport235578
Node: Legal236159
Node: CommandIdx237170
Node: ConceptIdx253832

End Tag Table