Truecrypt share mounted container

First edit your /etc/fuse.conf to allow other users by uncommenting the user_allow_other line at the bottom. (use gksu gedit /etc/fuse.conf)

Next you’ve got to mount the Truecrypt volume with read permissions for “other”. Do that from the command line using:


truecrypt --fs-options="uid=1000,gid=1000,umask=0002" -m="ro" -k "" --protect-hidden=no /path /куда


-m=”ro” = read only
-k “” без ключей
–protect-hidden=no
/path = path to you container

для анмаунта
umount /media
truecrypt -d /путь до файла контенера

Как установить TrueCrypt 7.1a-11 в Ubuntu/Linux mint

В репозитории доступна версия 7.1a-11 для Ubuntu 16.04/16.10/17.04, Linux mint 18 и другие.

Для его установки, откройте терминал(Ctrl+Alt+T), и введите команды

sudo add-apt-repository ppa:stefansundin/truecrypt
sudo apt update
sudo apt install truecrypt

После установки, найдите программу в меню приложений, и запустите

truecrypt

Scroll to top