Linux – Which filesystem would you use when you need to share data between linux and windows in dual-boot setup

filesystemslinuxwindows

On my system i have windows 7 and ubuntu 10.04 installed.

I need to share large amounts of data between both OS. My idea is to set up a partition which both system can access and exchange data. Any suggestions which filesystem to use for this?

Best Answer

I use ext3fs and have a IFS plugin that lets Winders read it without issue (to date!). Well except if you let Windows hibernate. But who wants to waste 4 gigs of disk space just for hibernate, anyway?

I have a 320 GB drive on my laptop, 100GB NTFS to boot Windows, and the rest is ext3fs for my Linux dual boot (OpenSuse11.2) and broken into a couple of partitions. I have the ext3fs partitions mapped as T: U: and V: drives. Have been running this way across two laptops, and three hard drives in this last one, for 4 years no, without issue.

Though I should qualify and say that I am running in Winders XP SP3 at the moment. Not yet tried it in Win 7. Not sure if there is a 64 bit version either.