slackbuilds/system/posixovl
B. Watson b5495b329e
system/posixovl: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-13 09:17:50 +07:00
..
README system/posixovl: Fix 15.0 build. 2022-02-13 09:17:50 +07:00
posixovl.SlackBuild system/posixovl: Fix 15.0 build. 2022-02-13 09:17:50 +07:00
posixovl.info system/posixovl: Fix 15.0 build. 2022-02-13 09:17:50 +07:00
slack-desc system/posixovl: Fix 15.0 build. 2022-02-13 09:17:50 +07:00

README

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.