Is there a way to mount (read/write) an encrypted file system on Windows? By "encrypted" I mean whatever it is that Ubuntu does to encrypt a file system when you choose that option during formatting. The underlying file system is in NTFS format.
A related question: is it correct to assume that encrypting and the file system format are completely independent things? In other words, if I chose to encrypt an NTFS file system and a EXT4 file system, are they both encrypted the "same" way? (I understand that each file system lays out files differently, has different data structures etc).
phyiscal device | encryption by OS | file system | apps
. Windows (or other) would need to would need to be able to set up the encryption at the just-above-device level, and then understand the filesystem (so NFTS fine, EXT4 not so fine). I believe True Crypt is available for Windows, not sure about the other options. – artfulrobot Oct 17 '12 at 15:55