9

I tried all programs recommended to mount Linux partitions like EXT2 or EXT3 or even EXT4 but no one can do well on Windows 7 32 bit.

I want to access read-write, is there a program that can do this?

4
  • 2
    which ones specifically have you tried? What issues do you face?
    – Journeyman Geek
    Commented Jan 2, 2012 at 14:35
  • Check the related question: How can I access a Linux partition from Windows?
    – Brian
    Commented Jan 2, 2012 at 14:42
  • 1
    I've tried the list of programs(explore2fs-1.08,Linux_Reader,ext2explore-2.2.71,ext2ifs-0.3,Ext2Fsd-0.51) ! neither one gives a good result !! I don't know what's wrong because while searching everyone says that's work correctly !,I should mention that is for my ext{2,3,4} USB external hard
    – wisdom
    Commented Jan 3, 2012 at 22:14
  • If anyone happen to come across this question and needs a portable solution with read-only access (not mounting), check this answer at AskUbuntu.com. Commented Feb 15, 2019 at 15:10

2 Answers 2

7

Ext2Fsd looks like what you are looking for.

Ext2Fsd is a file system driver that allows accessing (both reading and writing) EXT2, EXT3 or EXT4 partitions from Windows. It works with Windows 2000, XP, Vista and Windows 7.

Ext2Fsd has limited EXT4 support and by default it will load the filesystems in read-only mode, but you can force this if you really have to write on EXT4 partitions from Windows (this is not recommended). Using it, your EXT partitions will be displayed just like native NTFS or FAT partitions, being accessible from Windows Explorer.

Source: Mount EXT4, EXT3 Or EXT2 Partitions In Windows 7 Or XP ~ Web Upd8: Ubuntu / Linux blog

3
  • Sorry...but I tried it,it shows me the partitions and after creating a mount point I click on the partition as shown in MyCoumputer as a Drive it says:would you format the partition(yes/no) !! what's wrong?
    – wisdom
    Commented Jan 2, 2012 at 14:49
  • 2
    Check out their FAQ. It addresses your problem.
    – Dennis
    Commented Jan 2, 2012 at 14:57
  • This page is no longer reachable
    – lucidbrot
    Commented Jul 15, 2019 at 18:38
-1

Explore2fs does work : http://www.chrysocome.net/explore2fs

cygwin with e2fsimage : http://www.cygwin.com/

1
  • "Explore2fs is a GUI explorer tool for accessing ext2 and ext3 filesystems. It runs under all versions of Windows and can read almost any ext2 and ext3 filesystem." It is hence questionable whether it also works with ext4
    – lucidbrot
    Commented Jul 15, 2019 at 9:41

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .