Operation Manual

87
sha-512,whirlpool, ripemd160, ripemd-160}] [/filesystem {None, FAT, NTFS}]
[/dynamic] [/force] [/silent]
Note that the order in which options are specified does not matter.
Examples
Mount the volume d:\myvolume as the first free drive letter, using the password prompt (the main
program window will not be displayed):
veracrypt /q /v d:\myvolume
Dismount a volume mounted as the drive letter X (the main program window will not be displayed):
veracrypt /q /d x
Mount a volume called myvolume.tc using the password MyPassword, as the drive letter X.
VeraCrypt will open an explorer window and beep; mounting will be automatic:
veracrypt /v myvolume.tc /l x /a /p MyPassword /e /b
Create a 10 MB file container using the password test and formatted using FAT:
"C:\Program Files\VeraCrypt\VeraCrypt Format.exe" /create c:\Data\test.hc
/password test /hash sha512 /encryption serpent /filesystem FAT /size 10M /force