Extend TrueCrypt Volume The native TrueCrypt software does not support extending an existing volume. TrueCrypt treats its encrypted storage spaces as static containers or fixed-size drives, meaning you cannot natively change their dimensions once formatted.
However, you can achieve a larger encrypted container by using the official backup-and-migration method, or by employing a third-party open-source utility like extcv (Extend Volume). Method 1: The Safe Official Approach (Recommended)
Because TrueCrypt is legacy software, altering the container geometry using third-party tools carries an inherent risk of data corruption. The safest, developer-intended way to expand your space is to migrate your files to a larger container.
Create a New Volume: Open TrueCrypt and use the Volume Creation Wizard to create a brand-new file container or partition. Specify your new, larger desired size.
Mount Both Volumes: Mount your original (full) TrueCrypt volume to one drive letter (e.g., M:) and your newly created, larger volume to a second drive letter (e.g., N:).
Transfer the Data: Copy all files and folders directly from the old drive to the new drive.
Dismount and Wipe: Dismount both volumes. Once you have verified that all data is safely accessible in the larger container, you can safely delete the old container file to free up hard drive space. Method 2: Resizing In-Place via Third-Party Tools (extcv)
If you do not have enough spare local storage to hold two parallel containers during a migration, you can expand an existing NTFS-formatted file container or partition on-the-fly using the open-source tool extcv. ⚠️ Critical Prerequisites
Backup Your Data: This tool modifies filesystem headers. A power failure or error mid-process will permanently destroy your data.
NTFS Only: The container must be formatted with the NTFS file system; FAT/FAT32 is not supported.
No Hidden Volumes: Do NOT use this method if your container holds an inner hidden volume. The process will permanently overwrite and destroy the hidden data. TrueCrypt Version: Ensure you are running TrueCrypt 7.1a. Step-by-Step Execution How to extend TrueCrypt volumes – Tutorial – Dedoimedo