Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/292.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# truecrypt命令提示符命令出现问题_C#_Command_Truecrypt - Fatal编程技术网

C# truecrypt命令提示符命令出现问题

C# truecrypt命令提示符命令出现问题,c#,command,truecrypt,C#,Command,Truecrypt,在C#项目中,我通过命令提示符命令访问真正的crypt功能 1 Creating a true crypt volume(Encrypted container) 2,Mount the volume with some drive letter 3,Copy To and delete from the mounted drive 4,Dismount the drive 我知道如何从C#执行命令提示符命令。任务2-4已经完成。但我真的被第一点困住了。那就是,我找不到创建真正的加密卷的命令。

在C#项目中,我通过命令提示符命令访问真正的crypt功能

1 Creating a true crypt volume(Encrypted container)
2,Mount the volume with some drive letter
3,Copy To and delete from the mounted drive
4,Dismount the drive
我知道如何从C#执行命令提示符命令。任务2-4已经完成。但我真的被第一点困住了。那就是,我找不到创建真正的加密卷的命令。如果有人帮我使用命令提示符命令创建具有特定大小和密码的真正的加密卷,那就太好了


提前谢谢

此页面提到一个格式化命令行选项:
然后,本页再次提到-c或--create开关:


我自己也没有试过

我发现truecrypt卷创建命令只在linux上有效。在windows中不起作用。因此我的命令不起作用

我看到了链接,但我无法使用第二个链接中描述的创建卷的命令。这可能是一个很长的过程(这是很久以前的命令,所以你可能不记得了),不管怎样,你都绕开了吗?