I want to create a volume Veracrypt with the second option (encrypt a non system partition drive) with command line.
I find only command to do a file container creation with command line.
How can I integrate the creation steps of creation a volume Veracrypt with the second option (encrypt a non system partition drive) in my command line project ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to create a volume Veracrypt with the second option (encrypt a non system partition drive) with command line.
I find only command to do a file container creation with command line.
How can I integrate the creation steps of creation a volume Veracrypt with the second option (encrypt a non system partition drive) in my command line project ?
Thanks
Afaik, this is only possible using Linux. It's possible using the
--create
switch alongside-t
.More about CLI usage: https://veracrypt.fr/en/Command%20Line%20Usage.html
Greets