- Published on
TrueCrypt interoperability : Linux scripts
- Authors
- Name
- Martin Andrews
- @mdda123
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