DOKK / manpages / debian 10 / fuse-overlayfs / fuse-overlayfs.1.en
fuse-overlayfs(1) General Commands Manual fuse-overlayfs(1)

fuse-overlayfs - overlayfs FUSE implementation

mounting
fuse-overlayfs [-f] [--debug] [-o OPTS] MOUNT_TARGET

unmounting
fusermount -u mountpoint

fuse-overlayfs provides an overlayfs FUSE implementation so that it can be used since Linux 4.18 by unprivileged users in an user namespace.

-o lowerdir=low1[:low2...] A list of directories separated by :. Their content is merged.

-o upperdir=upperdir A directory merged on top of all the lowerdirs where all the changes done to the file system will be written.

-o workdir=workdir A directory used internally by fuse-overlays, must be on the same file system as the upper dir.

fuse(8), mount(8)

The slirp4netns command is available from ⟨https://github.com/containers/fuse-overlayfs⟩ under GNU GENERAL PUBLIC LICENSE Version 3 or later.

User Commands