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
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