Table of Contents

truecrypt

  1. mat aktualnu linku /usr/src/linux → kernel, s ktorym to chceme pouzivat
  2. emerge truecrypt
  3. modprobe truecrypt

ak nefunguje, tak skusit najst vo vypise kompilacie cosi ako:

LD [M]  /var/tmp/portage/app-crypt/truecrypt-4.3a/work/truecrypt-4.3a-source-code/Linux/Kernel/truecrypt.ko

ak sa kompilacia podarila, tak to je nas modul, motom ho mozeme vlozit do jadra cez:

insmod /var/tmp/portage/app-crypt/truecrypt-4.3a/work/truecrypt-4.3a-source-code/Linux/Kernel/truecrypt.ko
  • Oodporucam ho niekam skopirovat

Operacie

vytvorenie disku:

truecrypt -c /path/truecryptfile.tx

if we chosed no filesystem, we should create it:

truecrypt -N 1 /path/truecryptfile.tx && mkfs /dev/mapper/truecrypt1
truecrypt -d /path/truecryptfile.tx

mount:

insmod /var/tmp/portage/app-crypt/truecrypt-4.3a/work/truecrypt-4.3a-source-code/Linux/Kernel/truecrypt.ko
truecrypt /path/truecryptfile.tx /destination/path

unmount (dismount)

truecrypt -d truecrypt /path/truecryptfile.tx

or

truecrypt -d /destination/path
  • normal umount doesn't work properly

Poznamky

  • truecrypt -N 1 /dev/hdc1 && mkfs /dev/mapper/truecrypt1
  • cp /var/tmp/portage/app-crypt/truecrypt-4.3a/work/truecrypt-4.3a-source-code/Linux/Kernel/truecrypt.ko /lib/modules/2.6.23-gentooY/kernel/
  • truecrypt → FAT: 14.44 MB/s; FAT → truecrypt: 16.0 MB/s (interny filesystem je reiserfs)
 
truecrypt.txt · Last modified: 31.03.2010 17:51 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki