summaryrefslogtreecommitdiffstats
path: root/libraries/libfsext/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libfsext/README')
-rw-r--r--libraries/libfsext/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/libraries/libfsext/README b/libraries/libfsext/README
new file mode 100644
index 0000000000..9a76048e78
--- /dev/null
+++ b/libraries/libfsext/README
@@ -0,0 +1,27 @@
+libfsext is a library to access the Extended File System (ext).
+
+Read-only supported ext formats:
+
+* ext2 (version 2)
+* ext3 (version 3)
+* ext4 (version 4)
+
+Supported ext format features:
+
+* extended attributes
+* inline data
+
+Unsupported ext format features:
+
+* ext (version 1)
+* compression
+* encryption
+
+Project information:
+
+* Status: experimental
+* Licence: LGPLv3+
+
+For more information see:
+
+* Project documentation: https://github.com/libyal/libfsext/wiki/Home