Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert README.md to Markdown #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,45 @@
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.
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 <[email protected]>
http://www.ext2fsd.com
Matt Wu <[email protected]>

http://www.ext2fsd.com


Active Developers
-----------------

Matt Wu : http://github.com/matt-wu
http://blog.dynox.cn
- Matt Wu: http://github.com/matt-wu, http://blog.dynox.cn

KaHo Ng : http://github.com/ngkaho1234
- KaHo 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 user
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
1. journal: log-based operations, external journal
2. EA (extended attributes), ACL support