truecrypt question

Henk Postma henkpm at gmail.com
Mon Oct 8 20:36:36 UTC 2007


Dear Bart,


On 10/7/07, Bart Silverstrim <bsilver at chrononomicon.com> wrote:

> I mounted it with
> sudo truecrypt ./file.tc
>
> Then I checked it.
> sudo truecrypt -vl
>
> Which told me the file was mounted as /dev/mapper/truecrypt0
>
> I then ran:
> sudo mkfs.ext3 /dev/mapper/truecrypt0

I just created a truecrypt volume on an external harddrive using this
example from the man page:

truecrypt -N 1 /dev/hdc1 && mkfs.ext3 /dev/mapper/truecrypt1

When I tried to run both commands separately, it did not work, but if
you link them together using the && operation as above, it works fine.
Perhaps that's what is wrong? Also, I don't think it should be
'mounted' when you want to make a new filesystem. It should only be
mapped.

Best, Henk

-- 
http://www.csun.edu/~hpostma/




More information about the ubuntu-users mailing list