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.

83 lines
4.0 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/): A popular filesystem and volume
  28. management platform originally part of Sun Solaris and later ported
  29. to other operating systems. It is common to use ZFS with
  30. mergerfs. ZFS for important data and mergerfs pool for replacable
  31. media.
  32. * [Proxmox](https://www.proxmox.com/): Proxmox is a popular, Debian
  33. based, virtualization platform. Users tend to install mergerfs on
  34. the host and pass the mount into containers.
  35. * [UnRAID](https://unraid.net): "Unraid is a powerful, easy-to-use
  36. operating system for self-hosted servers and network-attached
  37. storage." While UnRAID has its own union filesystem it isn't
  38. uncommon to see UnRAID users leverage mergerfs given the differences
  39. in the technologies. There is a [plugin available by
  40. Rysz](https://forums.unraid.net/topic/144999-plugin-mergerfs-for-unraid-support-topic/)
  41. to ease installation and setup.
  42. * [TrueNAS SCALE](https://www.truenas.com/truenas-scale/): An
  43. enterprise focused NAS operating system with OpenZFS support. A Some
  44. users are requesting mergerfs be [made part
  45. of](https://forums.truenas.com/t/add-unionfs-or-mergerfs-and-rdam-enhancement-then-beat-all-other-nas-systems/23218)
  46. TrueNAS.
  47. * For a time there were a number of Chia miners recommending mergerfs.
  48. * [cloudboxes.io](https://cloudboxes.io): VPS provider. Includes
  49. details [on their
  50. wiki](https://cloudboxes.io/wiki/how-to/apps/set-up-mergerfs-using-ssh):
  51. on how to setup mergerfs.
  52. * [QNAP](https://www.myqnap.org/product/mergerfs-apache83/): A company
  53. known for their turnkey, consumer focused NAS devices. Someone has
  54. created builds of mergerfs for different QNAP devices.
  55. ## Distributions including mergerfs
  56. mergerfs can be found in the
  57. [repositories](https://pkgs.org/download/mergerfs) of [many
  58. Linux](https://repology.org/project/mergerfs/versions) distributions
  59. and FreeBSD.
  60. Note: Any non-rolling release based distro is likely to have
  61. out-of-date versions.
  62. * [Debian](https://packages.debian.org/bullseye/mergerfs)
  63. * [Ubuntu](https://launchpad.net/ubuntu/+source/mergerfs)
  64. * [Fedora](https://rpmsphere.github.io/)
  65. * [T2](https://t2sde.org/packages/mergerfs)
  66. * [Alpine](https://pkgs.alpinelinux.org/packages?name=mergerfs&branch=edge&repo=&arch=&maintainer=)
  67. * [Gentoo](https://packages.gentoo.org/packages/sys-fs/mergerfs)
  68. * [Arch (AUR)](https://aur.archlinux.org/packages/mergerfs)
  69. * [Void](https://voidlinux.org/packages/?arch=x86_64&q=mergerfs)
  70. * [NixOS](https://search.nixos.org/packages?type=packages&query=mergerfs)
  71. * [Guix]()
  72. * [Slackware](https://slackbuilds.org/repository/15.0/system/mergerfs/?search=mergerfs)
  73. * [FreeBSD](https://www.freshports.org/filesystems/mergerfs)