Skip to content

Instantly share code, notes, and snippets.

@btedev
Created August 6, 2010 16:43
Show Gist options
  • Save btedev/511598 to your computer and use it in GitHub Desktop.
Save btedev/511598 to your computer and use it in GitHub Desktop.
Mount Truecrypt on Ubuntu
#create a truecrypt file (follow the setup script)
sudo truecrypt -t -c test.tc
#mount TC volume
sudo mkdir /mnt/tc
sudo truecrypt test.tc /mnt/tc
#dismount
sudo truecrypt --dismount /mnt/tc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment