![]() |
2010-01-20
, 06:51
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#122
|
![]() |
2010-01-20
, 11:48
|
Posts: 90 |
Thanked: 47 times |
Joined on Dec 2009
@ Sydney Australia
|
#123
|
![]() |
2010-01-20
, 16:47
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#124
|
any tips on mounting a truecrypt folder and allowing user access to it.
If I try to run "truecrypt /media/mmc1/data.crypt /media.tc" as user it askes me for the administrator password but wont accept it for some reason.
If I change to root and run the same command I can mount my truecrypt file and see it's contents as user root but it is not available for normal users.
Cant chmod the directory /media/tc either
![]() |
2010-01-20
, 22:40
|
|
Posts: 210 |
Thanked: 178 times |
Joined on Jan 2010
|
#125
|
The Following User Says Thank You to oweng For This Useful Post: | ||
![]() |
2010-01-20
, 22:53
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#126
|
![]() |
2010-01-21
, 04:15
|
Posts: 90 |
Thanked: 47 times |
Joined on Dec 2009
@ Sydney Australia
|
#127
|
Yeah, their is two methods that should work.
1. Create the /media/tc folder as owned as user, and then mount your tc folder as a sub-folder of /media/tc
2. Edit your sudoers, and add the truecrypt binary object as one that requires no password. (I probably should do this by default!)
Nathan
![]() |
2010-01-21
, 09:07
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#128
|
On a side note I cant seem to pass the password as a command line option - it claims that the password was wrong and reprompts me for it. When I type it in then it works fine. Any idead on this?
I am using the option --password=MYPASS
~ $ truecrypt newtc /mnt/tc/ -m nokernelcrypto --non-interactive --password=test
![]() |
2010-01-21
, 09:20
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#129
|
Yeah, their is two methods that should work.
1. Create the /media/tc folder as owned as user, and then mount your tc folder as a sub-folder of /media/tc
2. Edit your sudoers, and add the truecrypt binary object as one that requires no password. (I probably should do this by default!)
Nokia-N900-51-1:/media# mkdir tc Nokia-N900-51-1:/media# exit ~ $ truecrypt /home/user/newtc /media/tc/ -m nokernelcrypto --non-interactive --password=test ~ $ ls /media/tc/ apt.xvcg test.doc
![]() |
2010-01-21
, 11:48
|
Posts: 90 |
Thanked: 47 times |
Joined on Dec 2009
@ Sydney Australia
|
#130
|
![]() |
Tags |
cifs, ntfs, samba, smb, truecrypt |
Thread Tools | |
|
Thanks all