TrueCrypt interoperability : Linux scripts

December 31, 2006
Tags:

Added scripts for Linux so that the CLI options were automatically correctly chosen. The GUI on WinXP is nice, but become repetitive after a while.

mount-fieldstone :

#! /bin/bash
truecrypt –user-mount /media/1GB/Fieldstone.truecrypt /media/Fieldstone

umount-all :

#! /bin/bash
truecrypt –dismount

Also, so that normal users can mount and dismount truecrypt drives :

# chmod u+s /usr/bin/truecrypt

Comments are closed.