Install tcplay:
sudo apt-get install tcplayCreate mount point:
mkdir /media/truecryptInsert USB stick and identify device name with
lsblkMap & mount:
sudo tcplay -m truecrypt -d /dev/sdc1
sudo mount /dev/mapper/truecrypt /media/truecryptRelease USB stick:
sudo umount /media/truecrypt
sudo dmsetup remove truecrypt