A PCRE internal error occured. This might be caused by a faulty plugin

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

Link to this comparison view

Both sides previous revision Previous revision
packages:ecryptfs [2015/08/29 02:38]
admin [Preserve Your Encryption Passphrase]
packages:ecryptfs [2015/11/19 18:51] (current)
admin [Preserve Your Encryption Passphrase]
Line 72: Line 72:
  
 You might need to be root to access the files. You might need to be root to access the files.
 +
 +===== Mount TrueCrypt Volumes (using cryptsetup) =====
 +
 +Mount a volume
 +<​code>​
 +> sudo cryptsetup open --type tcrypt /​var/​run/​media/​username/​volume_name encrypted_volume
 +> sudo mount /​dev/​mapper/​encrypted_volume /mnt
 +</​code>​
 +
 +Unmount volume:
 +<​code>​
 +> sudo umount /mnt
 +> sudo cyrptsetup close encrypted_volume
 +</​code>​