Which is the best file system driver to access Linux FS from Windows Vista ?

link|improve this question
This is totally not a programming question, voted for move to superuser.com. – unwind Jul 15 '09 at 14:46
3  
Anyway, what filesystem? Ext2, ext3, reiserfs, jfs, xfs? – klez Jul 15 '09 at 14:48
feedback

migrated from stackoverflow.com Jul 15 '09 at 14:54

This question came from our site for professional and enthusiast programmers.

3 Answers

I had different experiences, but this one worked best for me: http://www.fs-driver.org/

There are not that many though. I would suggest you try them out and figure out what works best for you.

link|improve this answer
I've used this; it's great! – ajm Jul 15 '09 at 16:10
Should be noted that it access ext2 partitions, even if its an ext3 partition (no journaling) and that you have to always shutdown correctly before accessing the partition with the other OS. Haven't tested it under Win-64bit nor ext4. – voyager Aug 8 '09 at 16:23
feedback

What I usually do is I start samba service and have some directory exposed.

link|improve this answer
feedback

I have used explore2fs. Works well on XP. Haven't tried on Vista.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown