Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:truecrypt [2011/01/18 04:08]
127.0.0.1 external edit
software:truecrypt [2013/09/19 16:40]
Line 1: Line 1:
-====== TrueCrypt ====== 
  
-There is a bug in version 5.0a, it doesn't pass the ''--fs-options'' parameter content to ''mount'' as options. You can fix it with this patch ([[http://forums.truecrypt.org/viewtopic.php?p=39918#39918|found on TrueCrypt forums]]): 
- 
-<code diff> 
---- CommandLineInterface.cpp   2008-02-05 19:58:44.000000000 +0100 
-+++ CommandLineInterface.cpp   2008-02-13 16:15:36.000000000 +0100 
-@@ -192,6 +192,12 @@ 
-          } 
-       } 
-  
-+      if (parser.Found (L"fs-options", &str)) 
-+      { 
-+         ArgMountOptions.FilesystemOptions = wstring (str); 
-+      } 
-+ 
-+ 
-       if (parser.Found (L"new-keyfiles", &str)) 
-          ArgNewKeyfiles = ToKeyfileList (str);  
-</code> 
software/truecrypt.txt ยท Last modified: 2013/09/19 16:40 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0