From 498dff9013d18e5978ab77c14ea2b2d0229603a4 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Fri, 31 Jan 2025 23:18:26 +0100 Subject: refactor: use the term unmount instead of dismount (#1478) * refactor: use UNMOUNT instead of DISMOUNT in code This change updates the term DISMOUNT in constants to UNMOUNT. Other occurrences (e.g. variable names) are left alone for now. * refactor(ui): use unmount instead of dismount This change updates the GUI text and replaces dismount with unmount. * docs: update term dismount -> unmount * refactor(cmdline): add unmount This change adds an argument 'unmount' for command line usage, while trying to deprecate the old disnount argument. The current dismount argument/flag will still work to not introduce a breaking change. * docs: mention that /dismount is deprecated This change fixes the shorthand version of the argument /unmount It also adds back the info for /dismount and that it is deprecated. --- doc/html/Program Menu.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/Program Menu.html') diff --git a/doc/html/Program Menu.html b/doc/html/Program Menu.html index c7ea0534..cbc52b84 100644 --- a/doc/html/Program Menu.html +++ b/doc/html/Program Menu.html @@ -41,9 +41,9 @@

Volumes -> Auto-Mount All Device-Hosted Volumes

See the section Auto-Mount Devices.

-

Volumes -> Dismount All Mounted Volumes

+

Volumes -> Unmount All Mounted Volumes

See the section -Dismount All.

+Unmount All.

Volumes -> Change Volume Password

Allows changing the password of the currently selected VeraCrypt volume (no matter whether the volume is hidden or standard). Only the header key and the secondary header key (XTS mode) are changed – the master key remains unchanged. This function re-encrypts the volume header using
@@ -186,8 +186,8 @@ If this option is checked and if there are two or more favorite volumes, then du

+
  • VeraCrypt volumes that are not displayed in the VeraCrypt application window. For example, system favorite volumes attempted to be unmounted by an instance of VeraCrypt without administrator privileges when the option 'Allow only administrators to + view and unmount system favorite volumes in VeraCrypt' is enabled.
  • VeraCrypt Background Task – Enabled

    See the chapter VeraCrypt Background Task.

    @@ -195,10 +195,10 @@ If this option is checked and if there are two or more favorite volumes, then du

    If this option is checked, the VeraCrypt background task automatically and silently exits as soon as there are no mounted VeraCrypt volumes. For more information, see the chapter VeraCrypt Background Task. Note that this option cannot be disabled when VeraCrypt runs in portable mode.

    -

    Auto-dismount volume after no data has been read/written to it for

    -

    After no data has been written/read to/from a VeraCrypt volume for n minutes, the volume is automatically dismounted.

    -

    Force auto-dismount even if volume contains open files or directories

    -

    This option applies only to auto-dismount (not to regular dismount). It forces dismount (without prompting) on the volume being auto-dismounted in case it contains open files or directories (i.e., file/directories that are in use by the system or applications).

    +

    Auto-unmount volume after no data has been read/written to it for

    +

    After no data has been written/read to/from a VeraCrypt volume for n minutes, the volume is automatically unmounted.

    +

    Force auto-unmount even if volume contains open files or directories

    +

    This option applies only to auto-unmount (not to regular unmount). It forces unmount (without prompting) on the volume being auto-unmounted in case it contains open files or directories (i.e., file/directories that are in use by the system or applications).

     

    Next Section >>

    -- cgit v1.2.3