Page 1 of 1

Solved: mount TrueCrypt file on a linux server

Posted: Thu Nov 17, 2011 8:36 pm
by mister_v
Hi,

I want to mount a TrueCrypt file on a linux server.
But I only have a shell console.

thanks,

Re: mount TrueCrypt file on a linux server

Posted: Fri Nov 18, 2011 12:08 pm
by Chris
You can do this with the following command

Code: Select all

truecrypt /path/to/created/volume /mnt/mountpoint
Unmounting can be done with:

Code: Select all

truecrypt -d /path/to/created/volume 

Re: mount TrueCrypt file on a linux server

Posted: Sun Jan 08, 2012 1:32 am
by mister_v
Thanks