From 1879c9c4a96ce0235be7c85dd46a72c66afc9c51 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 4 Jun 2015 23:19:49 -0400 Subject: [PATCH] update readme with defaults option info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c7b8da0..fe18f967 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Why create mergerfs when those exist? mhddfs isn't really maintained or flexible ###options### +`defaults` is a shortcut to `big_writes`, `auto_cache`, `atomic_o_trunc`, `splice_read`, `splice_write`, and `splice_move`. These options seem to provide the best performance. + All [FUSE](http://fuse.sourceforge.net) functions which have a category (see below) are option keys. The syntax being `func.=`. To set all function policies in a category use `category.=` such as `category.create=mfs`.