Ubuntu: Mounting a TrueCrypt volume at startup or from the CLI

All you need is a mount point e.g: mkdir /media/ and then use the following: truecrypt /path/to/truecrypt/diskimage /media/. This is handy when you want to mount a truecrypt image at start-up or just do it quickly from a shell. It's far more direct than using the GUI.

Show Comments