mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-16 23:12:46 +08:00
create summary feature section
And tweak intro.
This commit is contained in:
parent
5850fbe3f1
commit
8bf0f755e1
13
README.md
13
README.md
|
@ -14,7 +14,18 @@ mergerfs -o<options> <srcpoints> <mountpoint>
|
|||
|
||||
**mergerfs** is similar to **mhddfs**, **unionfs**, and **aufs**. Like **mhddfs** in that it too uses **FUSE**. Like **aufs** in that it provides multiple policies for how to handle behavior.
|
||||
|
||||
Why create **mergerfs** when those exist? **mhddfs** has not been updated in some time nor very flexible. There are also security issues when with running as root. **aufs** is more flexible than **mhddfs** but contains some hard to debug inconsistencies in behavior on account of it being a kernel driver. Neither support file attributes ([chattr](http://linux.die.net/man/1/chattr)).
|
||||
Why **mergerfs** when those exist? **mhddfs** has not been updated in some time nor very flexible. There are also security issues when with running as root. **aufs** is more flexible than **mhddfs** but kernel based and difficult to debug when problems arise and slower to evolve as a result. Neither support file attributes ([chattr](http://linux.die.net/man/1/chattr)).
|
||||
|
||||
# FEATURES
|
||||
|
||||
* Runs in userspace (FUSE)
|
||||
* Configurable behaviors
|
||||
* Supports extended attributes (xattrs)
|
||||
* Supports file attributes (chattr)
|
||||
* Dynamically configurable (via xattrs)
|
||||
* Safe to run as root
|
||||
* Opportunistic credential caching
|
||||
* Works with heterogeneous filesystem types
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user