is it possible to create and mount a virtual filesystem what is made over normal files and not over disk/partition?
Firstly I though in LVM, and instead of use disks or partitions, use files. But it isn't possible, or I don't know how to dot it.
I'm think in something like use Truecrypt over Dropbox with a large Truecrypt container (1Gb for example). Because synchronize 1Gb in Dropbox is very slow, I thint that if the virtual filesystem is made over small files (with size of 100Kb for example), it would be equivalent as blocks (with size of 100Kb) of a conventional filesystem. All modifications in the virtual filesystem will correspond to some physical files which will be synchronized over Dropbox.
This synchronization is light compared to the size of the virtual filesystem, and would enable the Truecryp container.
I would be it possible to Linux operating system, but it would be good idea to be possible to Windows/Mac/etc OS.
What do you think about it?
Any other alternative?
Not sure what exactly you want but I think "synchronize securely an encrypted containter" is ok? I suggest you to synchronize securely the content of your containter becouse to sync all the containter will take always too much time. To do that you can sync the containter while you are working in the files that is unencrypted(truecrypt). Take a look at http://sparkleshare.org/ It syncronize your files through ssh that is a secure connection and you can store remotely in an encrypted manner. Hope it helps, regards.