Create the volume:
truecrypt --create test.tc
Mount that volume:
truecrypt test.tc /mnt/data/
Unmount it:
truecrypt --dismount test.tc
All stolen from here:
http://www.movingtofreedom.org/2007/02/10/truecrypt-in-ubuntu-and-fedora-gnu-linux/
truecrypt --create test.tc
truecrypt test.tc /mnt/data/
truecrypt --dismount test.tc
No comments:
Post a Comment