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.
- Outputs:
out
- Website: https://github.com/rpodgorny/unionfs-fuse
- Licenses: Modified BSD
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
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.