diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-15 23:27:15 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-12-16 00:46:57 +0100 |
commit | 797f334d0ad4aa3901cbaab11a5f6ca677b5af31 (patch) | |
tree | fd1e8f5907121d9a12f2cc796cb33f28b423190b /doc | |
parent | 826730650ce24f3b886d49df470257cd745e7337 (diff) | |
download | VeraCrypt-797f334d0ad4aa3901cbaab11a5f6ca677b5af31.tar.gz VeraCrypt-797f334d0ad4aa3901cbaab11a5f6ca677b5af31.zip |
Documentation: Add entries for /quick and /fastCreateFile CLI switches of VeraCrypt Format.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1973751 -> 1973789 bytes | |||
-rw-r--r-- | doc/html/Command Line Usage.html | 10 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm index a52ae82b..42566c84 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm | |||
Binary files differ | |||
diff --git a/doc/html/Command Line Usage.html b/doc/html/Command Line Usage.html index 8c86460b..008bbe2b 100644 --- a/doc/html/Command Line Usage.html +++ b/doc/html/Command Line Usage.html | |||
@@ -259,13 +259,21 @@ It has no parameters and it indicates that no message box or dialog will be disp | |||
259 | <td>/nosizecheck</td> | 259 | <td>/nosizecheck</td> |
260 | <td>Don't check that the given size of the file container is smaller than the available disk free. This applies to both UI and command line.</td> | 260 | <td>Don't check that the given size of the file container is smaller than the available disk free. This applies to both UI and command line.</td> |
261 | </tr> | 261 | </tr> |
262 | <tr> | ||
263 | <td>/quick</td> | ||
264 | <td>Perform quick formatting of volumes instead of full formatting. This applies to both UI and command line.</td> | ||
265 | </tr> | ||
266 | <tr> | ||
267 | <td>/FastCreateFile</td> | ||
268 | <td>Use a faster but potentially insecure way to create file containers. This applies to both UI and command line.</td> | ||
269 | </tr> | ||
262 | </tbody> | 270 | </tbody> |
263 | </table> | 271 | </table> |
264 | <h4>Syntax</h4> | 272 | <h4>Syntax</h4> |
265 | <p>VeraCrypt.exe [/tc] [/hash {sha256|sha-256|sha512|sha-512|whirlpool |ripemd160|ripemd-160}][/a [devices|favorites]] [/b] [/c [y|n|f]] [/d [drive letter]] [/e] [/f] [/h [y|n]] [/k keyfile or search path] [tryemptypass [y|n]] [/l drive letter] [/m {bk|rm|recovery|ro|sm|ts|noattach}] | 273 | <p>VeraCrypt.exe [/tc] [/hash {sha256|sha-256|sha512|sha-512|whirlpool |ripemd160|ripemd-160}][/a [devices|favorites]] [/b] [/c [y|n|f]] [/d [drive letter]] [/e] [/f] [/h [y|n]] [/k keyfile or search path] [tryemptypass [y|n]] [/l drive letter] [/m {bk|rm|recovery|ro|sm|ts|noattach}] |
266 | [/p password] [/pim pimvalue] [/q [background|preferences]] [/s] [/tokenlib path] [/v volume] [/w]</p> | 274 | [/p password] [/pim pimvalue] [/q [background|preferences]] [/s] [/tokenlib path] [/v volume] [/w]</p> |
267 | <p>"VeraCrypt Format.exe" [/n] [/create] [/size number[{K|M|G|T}]] [/p password] [/encryption {AES | Serpent | Twofish | Camellia | Kuznyechik | AES(Twofish) | AES(Twofish(Serpent)) | Serpent(AES) | Serpent(Twofish(AES)) | Twofish(Serpent) | Camellia(Kuznyechik) | Kuznyechik(Twofish) | Camellia(Serpent) | Kuznyechik(AES) | Kuznyechik(Serpent(Camellia))}] [/hash {sha256|sha-256|sha512|sha-512|whirlpool|ripemd160|ripemd-160}] | 275 | <p>"VeraCrypt Format.exe" [/n] [/create] [/size number[{K|M|G|T}]] [/p password] [/encryption {AES | Serpent | Twofish | Camellia | Kuznyechik | AES(Twofish) | AES(Twofish(Serpent)) | Serpent(AES) | Serpent(Twofish(AES)) | Twofish(Serpent) | Camellia(Kuznyechik) | Kuznyechik(Twofish) | Camellia(Serpent) | Kuznyechik(AES) | Kuznyechik(Serpent(Camellia))}] [/hash {sha256|sha-256|sha512|sha-512|whirlpool|ripemd160|ripemd-160}] |
268 | [/filesystem {None|FAT|NTFS|ExFAT|ReFS}] [/dynamic] [/force] [/silent]</p> | 276 | [/filesystem {None|FAT|NTFS|ExFAT|ReFS}] [/dynamic] [/force] [/silent] [/noisocheck] [FastCreateFile] [/quick]</p> |
269 | <p>Note that the order in which options are specified does not matter.</p> | 277 | <p>Note that the order in which options are specified does not matter.</p> |
270 | <h4>Examples</h4> | 278 | <h4>Examples</h4> |
271 | <p>Mount the volume <em>d:\myvolume</em> as the first free drive letter, using the password prompt (the main program window will not be displayed):</p> | 279 | <p>Mount the volume <em>d:\myvolume</em> as the first free drive letter, using the password prompt (the main program window will not be displayed):</p> |