Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-wu/Ext3Fsd
Ext2/3/4 file system driver for Windows
https://github.com/matt-wu/Ext3Fsd
Last synced: 4 months ago
JSON representation
Ext2/3/4 file system driver for Windows
- Host: GitHub
- URL: https://github.com/matt-wu/Ext3Fsd
- Owner: matt-wu
- Created: 2015-05-17T01:35:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T19:40:21.000Z (over 5 years ago)
- Last Synced: 2024-07-02T18:05:36.771Z (8 months ago)
- Language: C
- Homepage: http://www.ext2fsd.com
- Size: 14.5 MB
- Stars: 692
- Watchers: 37
- Forks: 103
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
http://www.ext2fsd.comActive Developers
-----------------Matt Wu : http://github.com/matt-wu
http://blog.dynox.cnKaHo Ng : http://github.com/ngkaho1234
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 userUnsupported Ext3/4 Features
---------------------------1, journal: log-based operations, external journal
2, EA (extended attributes), ACL support