Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

share|improve this question
3  
Anyway, what filesystem? Ext2, ext3, reiserfs, jfs, xfs? – klez Jul 15 '09 at 14:48

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

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.

share|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

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.