aboutsummaryrefslogtreecommitdiff
path: root/system/ciopfs/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-04-13 22:38:37 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-19 10:52:24 +0700
commit2e438af4f87dda8adf1a7beb8bdf5b629a2bb743 (patch)
treeaf352cc226422a623711ff94229742107481d6bc /system/ciopfs/README
parent9b3bef68884983433093944a90b38ab0b48bcbb6 (diff)
system/ciopfs: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ciopfs/README')
-rw-r--r--system/ciopfs/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/system/ciopfs/README b/system/ciopfs/README
index 8288557370a7d..2c70999a57a77 100644
--- a/system/ciopfs/README
+++ b/system/ciopfs/README
@@ -1,3 +1,7 @@
-ciopfs is a case-insensitive FUSE filesystem. It is useful for getting
-around issues where, say, a game is ported from Linux to Windows but
-the mods for that game still expect a case-insenitive filesystem.
+ciopfs (case insensitive on purpose filesystem)
+
+ciopfs is a stackable or overlay linux userspace file system (implemented
+with FUSE) which mounts a normal directory on a regular file sytem in
+case insensitive fashion. It's useful for getting around issues where,
+say, a game is ported from Linux to Windows but the mods for that game
+still expect a case-insenitive filesystem.