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
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
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
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
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
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
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
7 matches
Mail list logo