Ext2 File System Driver for Windows Code
A Linux ext2/ext3 file system driver for Windows
Brought to you by:
matt_wu
| File | Date | Author | Commit |
|---|---|---|---|
| Ext2Mgr | 2016-12-01 |
|
[b745c4] FIXME: files cleanup (Ext2Srv manifest & Ext2Mg... |
| Ext2Srv | 2016-12-01 |
|
[b745c4] FIXME: files cleanup (Ext2Srv manifest & Ext2Mg... |
| Ext3Fsd | 2017-10-31 |
|
[daef5d] Version & Modification History updated |
| DIRS | 2016-04-06 |
|
[ef2c8e] Project files updated for VS2008 and WDK |
| Ext3Fsd.sln | 2016-12-01 |
|
[9b1b60] FIXME: build/project files reverted to VS2008 |
| README.md | 2016-04-06 |
|
[6b0fd5] README.md updated |
Ext3Fsd is an ext2/3/4 file system driver for Windows (2K/2003/XP/7/8/10).
It's a freeware, everyone can modify or distribute under GNU GPLv2.
Matt Wu <mattwu@163.com>
http://www.ext2fsd.com
Matt Wu : http://github.com/matt-wu
http://blog.dynox.cn
KaHo Ng : http://github.com/ngkaho1234
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
1, journal: log-based operations, external journal
2, EA (extended attributes), ACL support