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.

74 lines
3.5 KiB

  1. # Related Projects
  2. ## Projects using mergerfs
  3. * [Lakka.tv](https://lakka.tv/): A turnkey software emulation Linux
  4. distribution. Used to pool user and local storage. Also includes my
  5. other project [Opera](https://retroarch.com/). A 3DO emulator.
  6. * [OpenMediaVault](https://www.openmediavault.org): A network attached
  7. storage (NAS) solution based on Debian Linux. They provide plugins
  8. to manage mergerfs.
  9. * [CasaOS](https://casaos.io): "A simple, easy to use, elegant open
  10. source home cloud system." Has added initial integration with
  11. mergerfs to create pools from existing filesystems.
  12. * [ZimaOS](https://github.com/IceWhaleTech/zimaos-rauc): A more
  13. commercially focused NAS OS by the authors of CasaOS at [Ice
  14. Whale](https://www.zimaboard.com/).
  15. * [Cosmos Cloud](https://cosmos-cloud.io/): Cosmos "take the chore out
  16. of selfhosting, with automated maintenance and fully secured setup
  17. out of the box. It even integrates to your existing setup."
  18. ## Software and services commonly used with mergerfs
  19. * [snapraid](https://www.snapraid.it/): a backup program designed for
  20. disk arrays, storing parity information for data recovery in the
  21. event of up to six disk failures.
  22. * [rclone](https://rclone.org/): a command-line program to manage
  23. files on cloud storage. It is a feature-rich alternative to cloud
  24. vendors' web storage interfaces. rclone's
  25. [union](https://rclone.org/union/) feature is based on mergerfs
  26. policies.
  27. * [ZFS](https://openzfs.org/): Common to use ZFS w/ mergerfs. ZFS for
  28. important data and mergerfs pool for replacable media.
  29. * [UnRAID](https://unraid.net): While UnRAID has its own union
  30. filesystem it isn't uncommon to see UnRAID users leverage mergerfs
  31. given the differences in the technologies. There is a [plugin
  32. available by
  33. Rysz](https://forums.unraid.net/topic/144999-plugin-mergerfs-for-unraid-support-topic/)
  34. to ease installation and setup.
  35. * [TrueNAS](https://www.truenas.com): Some users are requesting
  36. mergerfs be [made part
  37. of](https://forums.truenas.com/t/add-unionfs-or-mergerfs-and-rdam-enhancement-then-beat-all-other-nas-systems/23218)
  38. TrueNAS.
  39. * For a time there were a number of Chia miners recommending mergerfs.
  40. * [cloudboxes.io](https://cloudboxes.io): VPS provider. Includes
  41. details [on their
  42. wiki](https://cloudboxes.io/wiki/how-to/apps/set-up-mergerfs-using-ssh):
  43. on how to setup mergerfs.
  44. * [QNAP](https://www.myqnap.org/product/mergerfs-apache83/): Someone
  45. has create builds of mergerfs for different QNAP devices.
  46. ## Distributions including mergerfs
  47. mergerfs can be found in the
  48. [repositories](https://pkgs.org/download/mergerfs) of [many
  49. Linux](https://repology.org/project/mergerfs/versions) distributions
  50. and FreeBSD.
  51. Note: Any non-rolling release based distro is likely to have
  52. out-of-date versions.
  53. * [Debian](https://packages.debian.org/bullseye/mergerfs)
  54. * [Ubuntu](https://launchpad.net/ubuntu/+source/mergerfs)
  55. * [Fedora](https://rpmsphere.github.io/)
  56. * [T2](https://t2sde.org/packages/mergerfs)
  57. * [Alpine](https://pkgs.alpinelinux.org/packages?name=mergerfs&branch=edge&repo=&arch=&maintainer=)
  58. * [Gentoo](https://packages.gentoo.org/packages/sys-fs/mergerfs)
  59. * [Arch (AUR)](https://aur.archlinux.org/packages/mergerfs)
  60. * [Void](https://voidlinux.org/packages/?arch=x86_64&q=mergerfs)
  61. * [NixOS](https://search.nixos.org/packages?type=packages&query=mergerfs)
  62. * [Guix]()
  63. * [Slackware](https://slackbuilds.org/repository/15.0/system/mergerfs/?search=mergerfs)
  64. * [FreeBSD](https://www.freshports.org/filesystems/mergerfs)