Ext2Fsd is an open source Linux ext2/ext3 file system driver created for Windows systems.
Ext2fsd is much stable for normal works, with writing access enabled. I use it on my own computer all along. The performance comes to be an issue when there's heavy I/O operations. That's the thing to do next step.
If you really need very heave writing i/O jobs, I strongly recommend you to
create an ext2 partition as a swap between windows and linux systems.
What's New in This Release: [ read full changelog ]
· Ext4 extent readonly support by Bo Branten. Writing is possible but with no size-extending
· Ext3 directory index (hash-tree) support
· Fast fsck (uninit_bg) and group block checksum support
· Ext4 64k block size support
· Symlink/special inodes open/read/deletion support
· Buffer head implemented over cache pages
· Memory allocation optimization for flexible-size inodes
· Improve file deletion: don't grab global lock when deleting
· FIXME: return zero-content for sparse file gaps
· FIXME: check available spaces before blocks allocation
· FIXME: refresh stale root dir content after journal replay
· FIXME: incompatible dentry management for 64k block size
· FIXME: don't do journal replay for devices set as readonly
· FIXME: Win7 cmd.exe always reports file sizes as zero
· FIXME: Win7 memory throttling issue calling CcPinRead
· FIXME: Ext3Fsd Build issues (SLIST/div64 for Win2k, browser files)
· FIXME: Compiling test failure (fastio doesn't update i_size)
· FIXME: Possible Mcb memory leak for symbolic ...