mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-23 05:59:46 +08:00
Merge pull request #291 from trapexit/typo
fix typo and clarify feature
This commit is contained in:
commit
08cd5f89ff
|
@ -12,7 +12,7 @@ mergerfs -o<options> <srcmounts> <mountpoint>
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
**mergerfs** is a union filesystem geared towards simplifing storage and management of files across numerous commodity storage devices. It is similar to **mhddfs**, **unionfs**, and **aufs**.
|
**mergerfs** is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to **mhddfs**, **unionfs**, and **aufs**.
|
||||||
|
|
||||||
# FEATURES
|
# FEATURES
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ mergerfs -o<options> <srcmounts> <mountpoint>
|
||||||
* Safe to run as root
|
* Safe to run as root
|
||||||
* Opportunistic credential caching
|
* Opportunistic credential caching
|
||||||
* Works with heterogeneous filesystem types
|
* Works with heterogeneous filesystem types
|
||||||
* Handling of writes to full drives
|
* Handling of writes to full drives (transparently move file to drive with capacity)
|
||||||
* Handles pool of readonly and read/write drives
|
* Handles pool of readonly and read/write drives
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user