Ubuntu: Mounting a TrueCrypt volume at startup or from the CLI | 0 Comments
Posted in Snippets on 5th April 2009, 4:07 pm by Stuart
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.
