Solved: mount TrueCrypt file on a linux server

General security questions
Post Reply
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Solved: mount TrueCrypt file on a linux server

Post by mister_v »

Hi,

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

thanks,
Last edited by mister_v on Sun Jan 08, 2012 1:32 am, edited 1 time in total.
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: mount TrueCrypt file on a linux server

Post 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 
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Re: mount TrueCrypt file on a linux server

Post by mister_v »

Thanks
Post Reply