Wednesday, September 3, 2014

partitioning - Is it possible to resize TrueCrypt partitions?



When I installed Ubuntu on my laptop, I created a large partition on the hard drive to encrypt with TrueCrypt. Turns out I'm not using the amount of space I thought I would be for encrypting data, and I'm running out of space in my root partition.




Is it possible to resize a TrueCrypt partition with something like GParted, or will I need to first move everything out of the encrypted partition, blow it away, add some of the newly available space to my existing root partition, and then create a new TrueCrypt partition?


Answer



TrueCrypt partitions aren't resizeable. You need to create new TrueCrypt partition of larger size. Maybe even two of them, as the data must be stored somewhere at the time of reformatting, and it still must be safe (encrypted). Recently I was extending size of my Truecrypt partition and used USB-HDD + TrueCrypt to hold the data in the meantime.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...