From 47f184a944a332c750e2543a0be04fecb4b2e656 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Jul 2016 09:09:10 -0400 Subject: [PATCH] fix typo and clarify feature --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e6c702e..ef7ecab7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ mergerfs -o<options> <srcmounts> <mountpoint> # 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 @@ -24,7 +24,7 @@ mergerfs -o<options> <srcmounts> <mountpoint> * Safe to run as root * Opportunistic credential caching * 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 # OPTIONS