Port details |
- unionfs FUSE based implementation of the well-known unionfs
- 2.2_1 filesystems
=1 2.2_1Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2024-11-07 19:52:55
- Last Update: 2025-05-09 15:28:10
- Commit Hash: e3b4d14
- People watching this port, also watch:: ripgrep, nagios, powershell, msmtp, monit
- License: BSD3CLAUSE
- WWW:
- https://github.com/rpodgorny/unionfs-fuse
- Description:
- This is an effort to create a unionfs filesystem implementation which is way
more flexible than the current in-kernel unionfs solution.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- fusefs-unionfs>0:filesystems/unionfs
- To install the port:
- cd /usr/ports/filesystems/unionfs/ && make install clean
- To add the package, run one of these commands:
- pkg install filesystems/unionfs
- pkg install fusefs-unionfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fusefs-unionfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1635114774
SHA256 (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 248a0fee9979146b79b05fc728621869da5936c1f43a27e36e7515b301817e43
SIZE (rpodgorny-unionfs-fuse-v2.2_GH0.tar.gz) = 47955
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- py311-pytest>=0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libfuse.so : filesystems/fusefs-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- filesystems_unionfs
- USES:
- cmake fuse localbase:ldflags python:test
- pkg-message:
- For install:
- You will need to load the kernel module fusefs(4) to use this package. To load
it when system starts, add "fusefs" to "kld_list" in rc.conf(5).
For example, you can use sysrc(8):
sysrc kld_list+="fusefs"
To load the module immediately, use:
kldload fusefs
If you want unprivileged users to be able to use unionfs(8),
add the following sysctl.conf(5):
vfs.usermount=1
Or run sysctl(8) directly on the command-line for an immediate effect:
sysctl vfs.usermount=1
- Master Sites:
|