Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wu <mattwu@163.com>2016-04-05 13:39:50 +0300
committerMatt Wu <mattwu@163.com>2016-04-05 13:39:50 +0300
commitaa129b15bbb5021afc51de15023e5abbe319504c (patch)
tree7228a1d5c1d387a8fe36156010371e01e2e28184 /README.md
parent98b4f7c634a714602425ac352e6da93cf71adead (diff)
README.md for Ext3Fsd Project
README.md created for Ext3Fsd.
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a77d3b4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+
+Introduction
+------------
+
+ 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.
+
+
+Development Website
+-------------------
+
+ Matt Wu <mattwu@163.com>
+ http://www.ext2fsd.com
+
+
+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