New option -early_drive_test
This commit is contained in:
@ -1096,6 +1096,18 @@ Mode "on" causes -calm_drive to be performed automatically after each -dev,
|
||||
Allow for writing only the usage of MMC optical drives. Disallow
|
||||
to write the result into files of nearly arbitrary type.
|
||||
Once set, this command cannot be revoked.
|
||||
@c man .TP
|
||||
@item -early_stdio_test "on"|"off"
|
||||
@kindex -early_stdio_test classifies stdio drives
|
||||
@cindex Drive, classify stdio, -early_stdio_test
|
||||
If enabled by "on" then regular files and block devices get tested for
|
||||
effective access permissions. This implies to try opening those files for
|
||||
writing, which otherwise will happen only later and only if actual
|
||||
writing is desired.
|
||||
@*
|
||||
The test result is used for classifying the pseudo drives as overwriteable,
|
||||
read-only, write-only, or uselessly empty. This may lead to earlier detection
|
||||
of severe problems, and may avoid some less severe error events.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Inserting files into ISO image:
|
||||
@ -3379,9 +3391,9 @@ if the threshold of option -abort_on allows this.
|
||||
@*
|
||||
"failure" aborts image tree reading on first event of at least SORRY.
|
||||
It issues an own FAILURE event.
|
||||
This is the default.
|
||||
@*
|
||||
"fatal" acts like "failure" but issues the own event as FATAL.
|
||||
This is the default.
|
||||
@*
|
||||
With occasion "file_extraction" there are three behaviors:
|
||||
@*
|
||||
|
Reference in New Issue
Block a user