2
1
Fork
You've already forked posixovl
1
The POSIX Overlay Filesystem https://inai.de/projects/posixovl
  • C 87.3%
  • Roff 6.3%
  • M4 2.6%
  • Shell 2.4%
  • Makefile 1.4%
Find a file
2023年11月18日 13:42:04 +01:00
.gitignore Update .gitignore 2022年11月17日 23:47:46 +01:00
autogen.sh Initial import 2007年06月20日 16:54:19 +00:00
changelog.rst posixovl 1.4 2023年08月21日 02:34:19 +02:00
configure.ac Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00
format.txt doc: describe special location of pxovd,pxovn files 2013年11月08日 04:48:04 +01:00
fs-test Cleanup fs-test 2007年07月17日 09:32:41 +00:00
INSTALL.rst doc: add repology.org link to INSTALL.rst 2022年11月17日 23:43:32 +01:00
LICENSE.txt Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00
lntest.c Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00
Makefile.am Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00
posixovl.1 Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00
posixovl.c Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00
README.rst posixovl 1.4 2023年08月21日 02:34:19 +02:00
socket.c Set some license for auxiliary files and add SPDX identifiers 2023年11月18日 13:42:04 +01:00

The POSIX Overlay Filesystem

posixovl provides a filesystem view that adds various POSIX operations atop lower filesystems that may lack such. 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).

POSIX features provided:

  • Ownership and modes
  • Extended file attributes
  • Hardlinks, special file types

Features (POSIX or otherwise) not explicitly provided by this layer:

  • O_TMPFILE
  • Locking
  • Absolute atomicity