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
- 
				mister_v
 - Posts: 143
 - Joined: Sat Jun 20, 2009 5:42 pm
 
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.
									
			
						
										
						- 
				Chris
 - Site Admin
 - Posts: 132
 - Joined: Mon Jul 21, 2008 9:45 am
 - Location: Leuven, Belgium
 
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/mountpointCode: Select all
truecrypt -d /path/to/created/volume - 
				mister_v
 - Posts: 143
 - Joined: Sat Jun 20, 2009 5:42 pm