New command -use_immed_bit, new -as cdrecord option use_immed_bit=
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.4.5, Jul 02, 2016"
|
||||
@c man .TH XORRECORD 1 "Version 1.4.5, Jul 30, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -661,6 +661,10 @@ Equivalent to:
|
||||
Equivalent to:
|
||||
@*
|
||||
modesty_on_drive=75
|
||||
@*
|
||||
In cdrecord, this also controls use of the Immed bit.
|
||||
But xorriso uses Immed where possible and appropriate, unless it is disabled
|
||||
by option use_immed_bit=off .
|
||||
@c man .TP
|
||||
@item -eject
|
||||
@kindex -eject finally eject drive tray
|
||||
@ -861,6 +865,18 @@ Default is:
|
||||
modesty_on_drive=off:min_percent=90:max_percent=95:
|
||||
timeout_sec=120:min_usec=5000:max_usec=25000
|
||||
@c man .TP
|
||||
@item use_immed_bit="on"|"off"|"default"
|
||||
@kindex use_immed_bit= control use of Immed bit
|
||||
@cindex Blank, format, Immed bit, use_immed_bit=
|
||||
Control whether several long lasting SCSI commands shall be executed with the
|
||||
Immed bit, which makes the commands end early while the drive operation is
|
||||
still going on. xorriso then inquires progress indication until the drive
|
||||
reports to be ready again. If this feature is turned off, then blanking and
|
||||
formatting will show no progress indication.
|
||||
@*
|
||||
It may depend on the operating system whether -use_immed_bit is set to "off"
|
||||
by default.
|
||||
@c man .TP
|
||||
@item write_start_address=value
|
||||
@kindex write_start_address= set block address for write start
|
||||
@cindex Write start address, set, write_start_address=
|
||||
|
Reference in New Issue
Block a user