New parameter "leave" to command -calm_drive
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 XORRISO 1 "Version 1.5.7, Sep 07, 2024"
|
||||
@c man .TH XORRISO 1 "Version 1.5.7, Sep 18, 2024"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1604,19 +1604,26 @@ Setting "on:emul_wide" lets the scan continue up to the end of the medium.
|
||||
This may be useful after copying a medium with -check_media patch_lba0=on
|
||||
when not the last session was loaded.
|
||||
@c man .TP
|
||||
@item -calm_drive "in"|"out"|"all"|"revoke"|"on"|"off"
|
||||
@item -calm_drive "in"|"out"|"all"|"revoke"|"on"|"off"|"never"
|
||||
@kindex -calm_drive reduces drive activity
|
||||
@cindex Drive, reduce activity, -calm_drive
|
||||
Reduce drive noise until it is actually used again. Some drives stay alert
|
||||
for substantial time after they have been used for reading. This reduces
|
||||
Control reduction of drive noise until it is actually used again.
|
||||
Some drives stay alert for substantial time after they have been used for
|
||||
reading or writing. This reduces
|
||||
the startup time for the next drive operation but can be loud and waste
|
||||
energy if no i/o with the drive is expected to happen soon.
|
||||
@*
|
||||
Modes "in", "out", "all" immediately calm down -indev, -outdev, or both,
|
||||
respectively.
|
||||
Mode "revoke" immediately alerts both.
|
||||
Mode "on" causes -calm_drive to be performed automatically after each -dev,
|
||||
-indev, and -outdev. Mode "off" disables this.
|
||||
respectively. Mode "revoke" immediately alerts both drives.
|
||||
@*
|
||||
Mode "on" causes calming to be performed automatically after each -dev,
|
||||
-indev, and -outdev. Mode "off" disables this but still automatically calms
|
||||
a drive when it is given up without ejecting.
|
||||
Mode "leave" disables all automatic drive calming so that the drives might
|
||||
stay alert even after the end of the xorriso program run.
|
||||
@*
|
||||
Drives will slow down on their own after some time of inactivity. This
|
||||
usually happens in several steps.
|
||||
@c man .TP
|
||||
@item -ban_stdio_write
|
||||
@kindex -ban_stdio_write demands real drive
|
||||
|
Reference in New Issue
Block a user