mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-29 13:18:30 -05:00
4decc85dd02a1b7ad2f8a572e00e13e1c5e772f0
About
This is a branch of the Ext2Fsd project by Matt Wu where I try to implement support for metadata
checksums and jbd2. I have also updated the project so it can be compiled with Visual Studio 2017
and Visual Studio 2019. This is work in progress. If you need a stable driver you should get the
latest official release from http://www.ext2fsd.com. If you want to try this branch you should
still install the oficial release and then copy this driver over the old in \windows\system32\drivers.
The current status of the development is that all metadata checksums is implemented and jbd2 is
ported to support 64-bit blocknumbers.
The driver is now ready to be tested!
This work is dedicated to my mother Berit Ingegerd Branten.
Bo Branten <bosse@acc.umu.se>
Test
To test this driver follow these steps:
1. Install the current version from http://ext2fsd.com also mirrored at http://www.acc.umu.se/~bosse.
2. Copy the new driver over the old in \windows\system32\drivers. Precompiled drivers for 32-bit and
64-bit Windows is available at http://www.acc.umu.se/~bosse.
3. Reboot.
Now you can read and write ext4 filesystems using the new features metadata checksums and 64-bit
blocknumbers from Windows.
(sorry I can not sign drivers so you need to turn of Windows checking for that during testing.
Introduction
Ext3Fsd is an ext2/3/4 file system driver for Windows (2K/2003/XP/7/8/10).
It's a free and open-source software, everyone can modify or distribute under GNU GPLv2.
Development Website
Matt Wu <mattwu@163.com>
http://www.ext2fsd.com
Active Developers
Matt Wu : http://github.com/matt-wu
http://blog.dynox.cn
KaHo Ng : http://github.com/ngkaho1234
Bo Branten : http://github.com/bobranten
http://www.acc.umu.se/~bosse
Supported Features by Ext3Fsd
1, flexible inode size: > 128 bytes, up to block size
2, dir_index: htree directory index
3, filetype: extra file mode in dentry
4, large_file: > 4G files supported
5, sparse_super: super block backup in group descriptor
6, uninit_bg: fast fsck and group checksum
7, extent: full support with extending and shrinking.
8, journal: only support replay for internal journal
9, flex_bg: first flexible metadata group
10, symlink and hardlink
11, mount-as-user: specifed uid/gid by user
Unsupported Ext3/4 Features
1, journal: log-based operations, external journal
2, EA (extended attributes), ACL support
Description
Languages
C
89.9%
C++
9.9%
NSIS
0.2%