diff options
author | B. Watson <yalhcru@gmail.com> | 2020-04-13 22:38:37 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:52:24 +0700 |
commit | 2e438af4f87dda8adf1a7beb8bdf5b629a2bb743 (patch) | |
tree | af352cc226422a623711ff94229742107481d6bc /system/ciopfs/README | |
parent | 9b3bef68884983433093944a90b38ab0b48bcbb6 (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/README | 10 |
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. |