Re: loading truecrypt from the command line

2013-03-15 Thread Zenaan Harkness
On 3/16/13, Sharon Kimble 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/truec

Re: loading truecrypt from the command line

2013-03-15 Thread Sharon Kimble
The script now shows ;= #!/bin/sh # Zenaan Harkness, March 2013 DRV=/usr/bin/truecrypt 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 b

Re: loading truecrypt from the command line

2013-03-15 Thread Zenaan Harkness
On 3/15/13, Sharon Kimble wrote: > On 15/03/2013, Zenaan Harkness wrote: >> I dug up my old command line script wrapper for truecrypt. >> >> Haven't used it for a few years, so YMMV. >> >> Here it is: >> >> #!/bin/sh >> >> DRV=/home/ME/truecrypt-source >> VOL=$DRV/data.tc >> MNT=/media/truecrypt1

Re: loading truecrypt from the command line

2013-03-14 Thread Sharon Kimble
On 15/03/2013, Zenaan Harkness wrote: > I dug up my old command line script wrapper for truecrypt. > > Haven't used it for a few years, so YMMV. > > Here it is: > > #!/bin/sh > > DRV=/home/ME/truecrypt-source > VOL=$DRV/data.tc > MNT=/media/truecrypt1 > > truecrypt $VOL $MNT > > > Good luck, > Zen

Re: loading truecrypt from the command line

2013-03-14 Thread Zenaan Harkness
I dug up my old command line script wrapper for truecrypt. Haven't used it for a few years, so YMMV. Here it is: #!/bin/sh DRV=/home/ME/truecrypt-source VOL=$DRV/data.tc MNT=/media/truecrypt1 truecrypt $VOL $MNT Good luck, Zenaan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

Re: loading truecrypt from the command line

2013-03-14 Thread Sharon Kimble
On 15/03/2013, Zenaan Harkness wrote: > On 3/15/13, Sharon Kimble wrote: >> i am loading truecrypt from the command line with an alias of "tc" .. >> alias tc='/home/boztu/truecrypt --fs-options=users,uid=$(id >> -u),gid=$(id -g),fmask=0113,dmask=0002 --mount >> /home/boztu/Documents/basket' and i

Re: loading truecrypt from the command line

2013-03-14 Thread Zenaan Harkness
On 3/15/13, Sharon Kimble wrote: > i am loading truecrypt from the command line with an alias of "tc" .. > alias tc='/home/boztu/truecrypt --fs-options=users,uid=$(id > -u),gid=$(id -g),fmask=0113,dmask=0002 --mount > /home/boztu/Documents/basket' and it comes back with 'mount: wrong fs > type, ba