Hi,
I want to mount a TrueCrypt file on a linux server.
But I only have a shell console.
thanks,
Solved: mount TrueCrypt file on a linux server
Solved: mount TrueCrypt file on a linux server
Last edited by mister_v on Sun Jan 08, 2012 1:32 am, edited 1 time in total.
Re: mount TrueCrypt file on a linux server
You can do this with the following command
Unmounting can be done with:
Code: Select all
truecrypt /path/to/created/volume /mnt/mountpoint
Code: Select all
truecrypt -d /path/to/created/volume