Module vfs::impls::overlay

source ·
Expand description

An overlay file system combining two filesystems, an upper layer with read/write access and a lower layer with only read access

Structs§

  • An overlay file system combining several filesystems into one, an upper layer with read/write access and lower layers with only read access