OverlayFS
Sign in to saveOverlayFS is a union mount filesystem implementation for Linux. It combines multiple different underlying mount points into one, resulting in a single directory structure that contains underlying files and sub-directories from all sources. Common applications overlay a read/write partition over a read-only partition, such as with LiveCDs and IoT devices with limited flash memory write cycles.
Wikidata facts
- Official website
- www.kernel.org/doc/html/latest/filesystems/overlayfs.html
Sources (1)
via Wikidata · CC0
~2 min read
Article
5 sectionsContents
- History
- Implementation
- See also
- References
- External links
OverlayFS is a union mount filesystem implementation for Linux. It combines multiple different underlying mount points into one, resulting in a single directory structure that contains underlying files and sub-directories from all sources. Common applications overlay a read/write partition over a read-only partition, such as with LiveCDs and IoT devices with limited flash memory write cycles.
==History==