Rectified SORRY,FAILURE,FATAL classification
This commit is contained in:
@ -396,7 +396,7 @@ Set the image expansion method to growing.
|
||||
.br
|
||||
This is only allowed as long as no changes are pending in the currently
|
||||
loaded ISO image. Eventually one has to perform -commit or -rollback first.
|
||||
Violation yields a SORRY event.
|
||||
Violation yields a FAILURE event.
|
||||
.br
|
||||
Special address string "-" means standard output, to which several restrictions
|
||||
apply. See above paragraph "Libburn drives".
|
||||
@ -572,7 +572,7 @@ argument in the list. Use the same rules as with shell command mv.
|
||||
.br
|
||||
If pattern expansion is enabled and if the last argument contains wildcard
|
||||
characters then it must match exactly one existing file address, or else the
|
||||
command fails with a SORRY event.
|
||||
command fails with a FAILURE event.
|
||||
.TP
|
||||
\fB\-chown\fR uid iso_rr_path [***]
|
||||
Set ownership of file objects in the ISO image. uid may either be a decimal
|
||||
@ -700,7 +700,7 @@ needs to get terminated by "--".
|
||||
\fB\-mkdir\fR iso_rr_path [...]
|
||||
Create empty directories if they do not exist yet.
|
||||
Existence as directory generates a WARNING event, existence as
|
||||
other file causes a SORRY event.
|
||||
other file causes a FAILURE event.
|
||||
.TP
|
||||
\fB\-rmdir\fR iso_rr_path [***]
|
||||
Delete empty directories.
|
||||
@ -760,7 +760,7 @@ is activated.
|
||||
.br
|
||||
This affects only the -outdev not the -indev.
|
||||
If both drives are the same and if the ISO image was altered
|
||||
then this command leads to a SORRY event.
|
||||
then this command leads to a FAILURE event.
|
||||
Defined modes are:
|
||||
fast, all, deformat, deformat_quickest
|
||||
.br
|
||||
@ -773,8 +773,8 @@ xorriso will write onto them only if option -close is set to "on".
|
||||
.br
|
||||
The progress reports issued by some drives while blanking are
|
||||
quite unrealistic. Do not conclude success or failure from the
|
||||
reported percentages. Blanking was successful if no FATAL or
|
||||
SORRY event occured.
|
||||
reported percentages. Blanking was successful if no SORRY event or
|
||||
worse occured.
|
||||
.TP
|
||||
\fB\-format\fR mode
|
||||
Convert unformatted DVD-RW into overwriteable ones,
|
||||
@ -794,8 +794,8 @@ re-formatting.
|
||||
|
||||
The progress reports issued by some drives while formatting are
|
||||
quite unrealistic. Do not conclude success or failure from the
|
||||
reported percentages. Formatting was successful if no FATAL or
|
||||
SORRY event occured.
|
||||
reported percentages. Formatting was successful if no SORRY event
|
||||
or worse occured.
|
||||
.TP
|
||||
.B Settings for data insertion:
|
||||
.TP
|
||||
@ -869,7 +869,7 @@ and eventually enables -disk_pattern expansion.
|
||||
Allow or disallow to overwrite existing files in the
|
||||
ISO image by files with the same user defined name.
|
||||
.br
|
||||
With setting "off", name collisions cause SORRY-events.
|
||||
With setting "off", name collisions cause FAILURE events.
|
||||
With setting "nondir", only directories are protected by such events, other
|
||||
existing file types get treated with -rm before the new file gets added.
|
||||
Setting "on" allows automatic -rm_r. I.e. a non-directory can replace an
|
||||
@ -918,7 +918,7 @@ the speed value given by the burn program only as upper limit
|
||||
for their own decision.
|
||||
.TP
|
||||
\fB\-dummy\fR "on"|"off"
|
||||
If "on" simulate burning or refuse with SORRY event if
|
||||
If "on" simulate burning or refuse with FAILURE event if
|
||||
no simulation is possible, do neither blank nor format.
|
||||
.TP
|
||||
\fB-fs\fR number["k"|"m"]
|
||||
@ -948,7 +948,7 @@ For images which will never get to a CD it is safe to use -padding 0 .
|
||||
.TP
|
||||
\fB\-abort_on\fR severity
|
||||
Set the threshold for events to abort the program.
|
||||
Events are classified by severity :
|
||||
Events are classified by severity. In decreasing order:
|
||||
.br
|
||||
"NEVER", "ABORT", "FATAL", "FAILURE" , "SORRY",
|
||||
"WARNING", "HINT", "NOTE", "UPDATE", "DEBUG", "ALL"
|
||||
|
Reference in New Issue
Block a user