unionfs-fuse
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.
- Versions: 3.3
- 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 the latest version of unionfs-fuse
as follows:
guix install unionfs-fuse
Or install a particular version:
guix install unionfs-fuse@3.3
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.
Badge code
You can use the following badge to inform users of unionfs-fuse about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/unionfs-fuse'><img src='https://packages.guix.gnu.org/packages/unionfs-fuse/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/unionfs-fuse)
Example Org:
[[https://packages.guix.gnu.org/packages/unionfs-fuse][https://packages.guix.gnu.org/packages/unionfs-fuse/badges/latest-version.svg]]