New parameter "leave" to command -calm_drive
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.5.7, Sep 07, 2024"
|
||||
.TH XORRISO 1 "Version 1.5.7, Sep 18, 2024"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1336,17 +1336,24 @@ 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.
|
||||
.TP
|
||||
\fB\-calm_drive\fR "in"|"out"|"all"|"revoke"|"on"|"off"
|
||||
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
|
||||
\fB\-calm_drive\fR "in"|"out"|"all"|"revoke"|"on"|"off"|"never"
|
||||
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.
|
||||
.br
|
||||
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.
|
||||
.br
|
||||
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.
|
||||
.br
|
||||
Drives will slow down on their own after some time of inactivity. This
|
||||
usually happens in several steps.
|
||||
.TP
|
||||
\fB\-ban_stdio_write\fR
|
||||
Allow for writing only the usage of MMC optical drives. Disallow
|
||||
|
Reference in New Issue
Block a user