I develop C# application that use truecrypt. First I make truecrypt file with truecrypt wizard and set size as (eg. 500gb). Then I mount that file as truecrypt drive and copy files and folders to that drive. It's OK. But I want to know something about when the data from that truecrypt drive is excessive from 500gb, I need to resizing size (eg. increase size to 500 to 1000) that drive. How can I do that staff with C# code?
Asked
Active
Viewed 5,675 times
0
-
1You might not be able to. From the documentation: "Encrypted partitions cannot be resized except partitions on an entirely encrypted system drive that are resized while the encrypted operating system is running." http://www.truecrypt.org/docs/?s=issues-and-limitations – dash Jun 27 '12 at 08:05
-
1You may need to create a new volume with 1000 gb and copy the data from the 500 gb volume to there. – tomsv Mar 26 '13 at 15:02