Truecrypt: Difference between revisions

From WickyWiki
Created page with "Category:Ubuntu Category:Ubuntu System Category:201309 =Install= <syntaxhighlight lang=bash> sudo add-apt-repository ppa:michael-astrapi/ppa sudo apt-get update ..."
 
Redirected page to TrueCrypt
 
Line 1: Line 1:
[[Category:Ubuntu]]
#REDIRECT [[TrueCrypt]]
[[Category:Ubuntu System]]
[[Category:201309]]
 
=Install=
 
<syntaxhighlight lang=bash>
sudo add-apt-repository ppa:michael-astrapi/ppa
sudo apt-get update && sudo apt-get install truecrypt
sudo apt-get install ppa-purge
sudo ppa-purge ppa:michael-astrapi/ppa
</syntaxhighlight>
 
=Command line=
 
Mount TrueCrypt container file:
 
<syntaxhighlight lang=bash>
sudo mkdir /media/TruecryptDrive
sudo truecrypt --slot=1 -k /path/to/KeyFileFolder -p **password** /path/to/TruecryptContainerFile.tc /media/TruecryptDrive
</syntaxhighlight>
 
=See also=
 
* [[Ubuntu 11.04 64 bit hangs at shutdown#Unmount_TrueCrypt_volumes_at_reboot_and_shutdown]]
* [[Unity_desktop_tuning#TrueCrypt]]

Latest revision as of 21:38, 14 September 2013

Redirect to: