You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.3 KiB

  1. # Projects incorporating mergerfs directly in some way
  2. - [Lakka.tv](https://lakka.tv/): A turnkey software emulation Linux distribution. Used to pool user and local storage. Also includes my other project [Opera](https://retroarch.com/). A 3DO emulator.
  3. - [OpenMediaVault](https://www.openmediavault.org): A network attached storage (NAS) solution based on Debian Linux. They provide plugins to manage mergerfs.
  4. - [CasaOS](https://casaos.io): "A simple, easy to use, elegant open source home cloud system." Has added initial integration with mergerfs to create pools from existing filesystems.
  5. - [ZimaOS](https://github.com/IceWhaleTech/zimaos-rauc): A more commercially focused NAS OS by the authors of CasaOS at [Ice Whale](https://www.zimaboard.com/).
  6. # Software and services commonly used with mergerfs
  7. - [snapraid](https://www.snapraid.it/)
  8. - [rclone](https://rclone.org/)
  9. - rclone's [union](https://rclone.org/union/) feature is based on mergerfs policies
  10. - [ZFS](https://openzfs.org/): Common to use ZFS w/ mergerfs
  11. - [UnRAID](https://unraid.net): While UnRAID has its own union filesystem it isn't uncommon to see UnRAID users leverage mergerfs given the differences in the technologies.
  12. - For a time there were a number of Chia miners recommending mergerfs
  13. - [cloudboxes.io](https://cloudboxes.io/wiki/how-to/apps/set-up-mergerfs-using-ssh)
  14. # Distributions including mergerfs
  15. mergerfs can be found in the [repositories](https://pkgs.org/download/mergerfs) of [many Linux](https://repology.org/project/mergerfs/versions) (and maybe FreeBSD) distributions.
  16. Note: Any non-rolling release based distro is likely to have out-of-date versions.
  17. - [Debian](https://packages.debian.org/bullseye/mergerfs)
  18. - [Ubuntu](https://launchpad.net/ubuntu/+source/mergerfs)
  19. - [Fedora](https://rpmsphere.github.io/)
  20. - [T2](https://t2sde.org/packages/mergerfs)
  21. - [Alpine](https://pkgs.alpinelinux.org/packages?name=mergerfs&branch=edge&repo=&arch=&maintainer=)
  22. - [Gentoo](https://packages.gentoo.org/packages/sys-fs/mergerfs)
  23. - [Arch (AUR)](https://aur.archlinux.org/packages/mergerfs)
  24. - [Void](https://voidlinux.org/packages/?arch=x86_64&q=mergerfs)
  25. - [NixOS](https://search.nixos.org/packages?channel=22.11&show=mergerfs&from=0&size=50&sort=relevance&type=packages&query=mergerfs)
  26. - [Guix]()
  27. - [Slackware](https://slackbuilds.org/repository/15.0/system/mergerfs/?search=mergerfs)