Encrypted File System

Hi,

I need to create an encrypted file system. I’ve previously run Windows and used TrueCrypt, which has worked perfectly. However, on Linux, truecrypt-mounted file systems refuse to create folders with upper-case names (yeah, it’s strange). If I, for instance, create a folder with mkdir META-INF and then ls, I’ll see “meta-inf”. In fact, when I copy my work from my windows computer to my linux computer, all folder names change from “META-INF” to “meta-inf”. This is not good…

I’ve tried using encfs, and have been able to create an encrypted file system. However, when I restart my computer and remount the file system, I get an assertion error.

I’ve also tried cryptconfig, but really don’t understand anything. The documentation isn’t that good.

So; does anyone know how to proceed?

Regards,
Nille