1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

docs: document Linux noatime mount option

This commit is contained in:
Mounir IDRASSI
2026-04-25 11:55:22 +09:00
parent e6771478f4
commit 3c1beb1863
2 changed files with 4 additions and 0 deletions
@@ -41,6 +41,7 @@
<p><img src="Home_VeraCrypt_Default_Mount_Parameters.png" alt="Default Mount Parameters Dialog"></p>
<p>Make your modifications and then click OK.</p>
<p>The chosen values are then written to VeraCrypt main configuration file (Configuration.xml) making them persistent.</p>
<p>Under Linux, default filesystem mount options can also be specified in the <em>Mount options</em> field. For example, entering <code>noatime</code> makes VeraCrypt pass this option to Linux <code>mount -o</code> for subsequent mounts. These defaults can still be changed for an individual mount from the password dialog's <em>Options</em> button.</p>
<p>All subsequent password request dialogs will use the default values chosen previously. For example, if in the Default Mount Parameters dialog you check TrueCrypt Mode and you select SHA-512 as a PRF, then subsequent password dialogs will look like:<br>
<img src="Default Mount Parameters_VeraCrypt_password_using_default_parameters.png" alt="Mount Password Dialog using default values"></p>
<p>&nbsp;</p>