A.1.3. Partition Sharing
You may share your swap space between Linux and Windows. Please see "Dealing with Limited Resources" section.
With Linux you can mount any kind of DOS/Windows partition of the type msdos , vfat and even compressed drives (Drivespace, etc.). For long file names use vfat and if you like autoconversion ( a nice feature for text files), you may do so by using the conv=auto option. I have used this in my /etc/fstab , but be aware this might cause some strange behaviour sometimes, look at the kernel docs for further details.
/dev/hda8 /dos/d vfat user,exec,nosuid,nodev,conv=auto 0 2
The other way round there are also some tools , which provide a means to read and write ext2 partitions from Windows9x/NT.
LREAD is a tool suite for Windows 9x and Windows NT (or DOS or Windows 3.x for those who still have it) for accessing files on Linux harddisks (Linux's native Extended 2 filesystem).
The tools allow to list directories, to copy files from Linux to DOS and to copy files from DOS to Linux. You also can delete files or modify access rights of Linux files from DOS/Windows.
In combination with an included simple server program, you can also access your files from a remote client over the net (however, this might be a security risk, as access protection in this case is rather simple).
A.1.3.1. LINE Is Not an Emulator
LINE executes unmodified Linux applications on Windows by intercepting Linux system calls. The Linux applications themselves are not emulated. They run directly on the CPU just like all other Windows applications.
* License

