The POSIX Overlay Filesystem
https://inai.de/projects/posixovl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.gitignore | 3 months ago | |
INSTALL.rst | 3 months ago | |
Makefile.am | 4 years ago | |
README.rst | 3 months ago | |
autogen.sh | 16 years ago | |
configure.ac | 1 year ago | |
format.txt | 9 years ago | |
fs-test | 16 years ago | |
lntest.c | 4 years ago | |
posixovl.1 | 3 months ago | |
posixovl.c | 4 years ago | |
socket.c | 4 years ago |
README.rst
The POSIX Overlay Filesystem
posixovl 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. Native POSIX-capable filesystems can be used too, though that seems like an unusual application of posixovl.
- Installation instructions
- Runtime use is described in a manpage. Use man -l posixovl.1 to view (or man posixovl when using a distro-supplied pre-built package).