Tagged Questions
0
votes
1answer
28 views
How is TrueCrypt in-place system drive encryption implemented?
TrueCrypt supports encrypting a system partition while operating system is running.
From the docs:
Note that TrueCrypt can encrypt an existing unencrypted system
partition/drive in-place while ...
1
vote
1answer
689 views
TrueCrypt - Large Files
I am encrypting a USB drive with TrueCrypt. It asks me if I am going to store files larger than 4gb:
Does this make any difference (apart from being able to store files larger than 4gb on the ...
2
votes
1answer
558 views
Truecrypt files corrupted after moving PC into another case
I recently bought a new PC case and transferred all of my PC hardware into it. The only hardware modification was the addition of two identical ram modules.
The entire process went smoothly, and ...
2
votes
2answers
4k views
TrueCrypt: NTFS or FAT?
The default file system for a TrueCrypt volume is FAT. Isn't NTFS more robust? What are the pros and cons of creating a TrueCrypt NTFS vs. FAT volume?
0
votes
1answer
504 views
How to determine file system of TrueCrypt volume?
If a volume file is created by TrueCrypt, how do we determine what is the file system that volume is formatted?
Because if the file created from Linux, it can be ext3, if Windows, NTFS, but also ...
4
votes
2answers
401 views
Criteria for low disk space warning on XP?
According to this article, it says the low disk space warning appears when there is less than 200MB of disk space. However, I find this not to be the case. Two test examples:
1) I create a 3GB ...
1
vote
1answer
588 views
Encryption, loop device and journaling file system on Linux
I've been reading up on tools like Truecrypt, loop-AES and Cryptoloop that use a "loop device" to create an encrypted disk volume within a file.
On the README page for loop-AES, it has this paragraph ...