How to use long file names in Truecrypt?

Booting, installing, newbie
Post Reply
Message
Author
koker
Posts: 11
Joined: Fri 19 Oct 2007, 12:31

How to use long file names in Truecrypt?

#1 Post by koker »

Hello, I,m new member of the list and that distro, really funny and quick,

I use linux at my work. Last year ubuntu and I,ve not problems when open or create files named with long names as i..e "puppylinux" but when I ope fi¡les o create using truecrypt with puppy they transform in other in teh way windows did 8 caracter for the name of the file and 3 more for tehe tip orf file, so gnumeric files become xxxxx.gun.

Do anybody why? it,s there a solution? thanks an excuse my english. koker

User avatar
kkpity
Posts: 112
Joined: Mon 27 Nov 2006, 16:16
Location: Brazil

#2 Post by kkpity »

Hi koker

To fix the 8.3 names you have to use the following command when monting the volumes:

truecrypt --mount-options "rw,sync,utf8,uid=1000,umask=0007" <your volume name> <mount dir>

Basically¸ the option utf8 is the one that fix the 8.3 issue but the others ones should be useful.

more useful links regarding truecrypt/puppy:
http://www.murga-linux.com/puppy/viewtopic.php?t=22287
http://www.murga-linux.com/puppy/viewtopic.php?t=18328

Regards¸

kkpity
Linux user #388359 (http://counter.li.org/)

koker
Posts: 11
Joined: Fri 19 Oct 2007, 12:31

#3 Post by koker »

Thanksa lot, it works with utf8, te rest I,ve not test yet. One more thing, Are teh options form mount truecrypt different form those or "mount"? I,ve not found these in the help of truecrypt. Thanks again.

User avatar
kkpity
Posts: 112
Joined: Mon 27 Nov 2006, 16:16
Location: Brazil

#4 Post by kkpity »

Yes,

I think these options belong to "mount" command and not specifically for truecrypt.

I think because that they do not appear at truecrypt help.

kkpity
Linux user #388359 (http://counter.li.org/)

Post Reply