TrueCrypt interoperability : Linux scripts
December 31, 2006
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
truecrypt –user-mount /media/1GB/Fieldstone.truecrypt /media/Fieldstone
umount-all :
#! /bin/bash
truecrypt –dismount
truecrypt –dismount
Also, so that normal users can mount and dismount truecrypt drives :
# chmod u+s /usr/bin/truecrypt