Skip to content
EntityQ1886171· pop 12· linked from 162 articles

Unionfs is a filesystem service for Linux, FreeBSD and NetBSD which implements a union mount for other file systems. It allows files and directories of separate file systems, known as branches, to be transparently overlaid, forming a single coherent file system. Contents of directories which have the same path within the merged branches will be seen together in a single merged directory, within the new, virtual filesystem.

Key facts

Filesystem.name
Unionfs
Filesystem.full_name
Unification File System
Filesystem.developer
Open source community
Filesystem.file_system_permissions
POSIX
Filesystem.compression
No
Filesystem.encryption
No (but can be provided at the block device level)
Filesystem.OS
Linux, FreeBSD and NetBSD
Filesystem.website
unionfs.filesystems.org

via Wikipedia infobox

Official website

Unionfs: A Stackable Unification File System

unionfs.filesystems.org

Link to the official site · 16,935 chars · not written by Vinony

Wikidata facts

Official website
unionfs.filesystems.org
Show 1 more fact
Sources (1)

via Wikidata · CC0

~5 min read

Article

5 sections
Contents
  • Uses
  • Other implementations
  • See also
  • References
  • External links

Unionfs is a filesystem service for Linux, FreeBSD and NetBSD which implements a union mount for other file systems. It allows files and directories of separate file systems, known as branches, to be transparently overlaid, forming a single coherent file system. Contents of directories which have the same path within the merged branches will be seen together in a single merged directory, within the new, virtual filesystem.

When mounting branches, the priority of one branch over the other is specified. So when both branches contain a file with the same name, one gets priority over the other.

Connections

Categories