diff options
author | Bruce Forte <fuererb@student.ethz.ch> | 2017-01-29 01:15:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:05 +0700 |
commit | de11acda1a91bec7da659064ce2ec8f657fac2e1 (patch) | |
tree | b2d4d4c8118251cca53a93b4e0f8d0ff2a1be271 /system/posixovl/README | |
parent | 9da8e004e4650d75bbb93ec2d350cad6396c6569 (diff) | |
download | slackbuilds-de11acda1a91bec7da659064ce2ec8f657fac2e1.tar.gz |
system/posixovl: Added (POSIX Overlay Filesystem).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/posixovl/README')
-rw-r--r-- | system/posixovl/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/posixovl/README b/system/posixovl/README new file mode 100644 index 0000000000..d9e3021b45 --- /dev/null +++ b/system/posixovl/README @@ -0,0 +1,12 @@ +POSIX Overlay Filesystem (posixovl) + +A FUSE (filesystem in userspace) filesystem that provides POSIX functionality - +UNIX-style permissions, ownership, special files - for filesystems that do not +have such, e.g. vfat. It is a modern equivalent of the UMSDOS fs. + +It provides a filesystem view that supports various POSIX operations while using +an otherwise incapable lower filesystem. Filesystems of various degrees of +POSIXness can be utilitzed. VFAT is a common denominator when it comes to +cross-compatibility, though NTFS — its features are unused in Linux — would be +another possibility. Secondly, potent native POSIX-style filesystems can also +be used, though the actual use of doing that remains to be discovered. |