This package browser is in early development. Mind the rough edges.

unionfs-fuse 3.3

User-space union file system

UnionFS-FUSE is a flexible union file system implementation in user space, using the FUSE library. Mounting a union file system allows you to "aggregate" the contents of several directories into a single mount point. UnionFS-FUSE additionally supports copy-on-write.

Installation

Install unionfs-fuse 3.3 as follows:

guix install unionfs-fuse@3.3

Or install the latest version:

guix install unionfs-fuse

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.