Ext2Read is an explorer like utility to explore ext2/ext3/ext4 files. It runs directly without any installation. It can be used to view and copy files and folders. It can recursively copy entire folders. It can also be used to view and copy disk and file. It now supports LVM2 and EXT4 extents.
- Simple UI designed using Qt4/Qt5
- View/Read ext2/ext3/ext4 partitions
- Linux LVM2 Support
- Ext4 Large File support (untested)
- Recursively Copy the entire folder or even
/
- Support for external USB disks
- Support for disk and filesystem images For e.g. Wubi users can just open their root.disk file through this program
- LRU based Block cache for faster access
- Unicode support
The executables and sources can be downloaded from http://ext2read.sf.net
- This program must be run as Administrator in order to directly access partitions. If you are not automatically asked to elevate, right-click the file and select Run as Administrator.
- This is not a transparent file system driver, just a user space tool.
- The LVM2 metadata can be complex because of the wide variety of configuration possibilities. All configurations has not been tested. If LVM2 does not work in your system, please file a bug with your LVM2 metadata.
If you find any bugs, have any questions or comments, please let us know.
If any of you are interested in joing this project, you can join the mailing list and discuss. Join from here https://lists.sourceforge.net/lists/listinfo/ext2read-devel
Building for Windows requires MinGW compiler.
NOTE: Either copy the dependent Qt DLLs into the same folder as the built ext2explore.exe
or setup your PATH environment variable correctly!
Common mistakes are other PATH entries which bundle an old version of Qt or the wrong bitness (32/64 Bit).
Qt officially supports MinGW 32bit, so just download their official release, run Qt Creator and build.
Qt does not officially support MinGW 64bit. Therefor we need to setup the toolchain on our own:
- Download and extract a compiler: MinGW-W64 (e.g. posix-seh)
- Download and extract prebuilt Qt libraries: Qt64-NG (e.g. posix-seh)
NOTE: Unfortunately this project is closed after Qt version 5.5.0. If you need a newer version, build it yourself.- Run
qtbinpatcher.exe
whenever you move your folder.
- Run
- Download and install Qt-Creator
- Setup Qt Creator
in Tools > Options > Build & Run
- Add Compiler (C:
gcc.exe
, C++:g++.exe
, 32/64 Bit: select ABI) - Add Debugger (
gdb.exe
) - Add Qt version (
qmake.exe
) - Add Kit
- Add Compiler (C:
Afterwards, you can start the build process.