Re: loading truecrypt from the command line
On 3/16/13, Sharon Kimble <skimble04@gmail.com> wrote:
> The script now shows ;=
> #!/bin/sh
> # Zenaan Harkness, March 2013
>
> DRV=/usr/bin/truecrypt
^^^^^^^^^^^^^^^^^
This line is not being used. You can delete it. That's one of the
things I was trying to say.
> VOL=/home/boztu/Documents/bucket
> MNT=/media/truecrypt1
>
> truecrypt $VOL $MNT
>
> which is called by a .bash_alias
>
> alias tc='nohup truecrypt &'
>
> and this works when you call 'tc' and it loads up the password entry
> boxes, and stays open whilst the truecrypt icon stays live in the
> status tray. You can safely CTRL+c to drop out of the programme, and
> truecrypt stays alive and working. I'm quite happy with it except i
Did you experiment with the things I said?
> can't work out how to get it to send me an email when it runs, but
> that may come.
man mutt
That's what I use for command line email. There are many other options too.
good luck
zenaan
Reply to: