Is there a filesystem that is "friendly" to both windows and Linux? [duplicate]

Possible Duplicate:
Suggestions for sharing and using data between Ubuntu and Windows 7 dual boot

I'm planning to install Ubuntu 10.04 with Windows 7. (I'm new to Linux, have to use at work so I'm planning to install it at home to learn more)

I plan to use a partition to my Windows system files (C:), another for my personal files that already exists (D:) and a new one for Linux.

I want to have a partition for my personal files that works across these systems - so, if I boot with Windows or Linux, there are the same "Videos", "Pictures", "Projects" folders.

Is it possible? Is there a hd filesystem capable of having writes from both systems without too much risk of corrupting or something? (Can't be FAT32, I need to store >4gb files). I've read some horror stories of corruption, and would like to know from a other people's experiences some POV about all the risks involved in such scenario.


Solution 1:

I would recommend NTFS, Linux read/write support is stable enough for NTFS in my opinion for home use.

Solution 2:

Well, if you don't want to install anything extra in Windows, you have two choices: FAT32 and NTFS. You need large files, so NTFS it is.

If you are willing to install something in Windows, there are several ways to mount an EXT2 or EXT3 filesystem in Windows. http://linuxhelp.blogspot.com/2007/03/mount-ext2-or-ext3-partition-in-windows.html

Solution 3:

Fat32 is easily read by both operating systems.