From 95192511b1cbd41b54d2a2d6a607039956aecc02 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 5 Aug 2015 12:29:53 -0400 Subject: [PATCH] update README regarding options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d10b1d45..8905e933 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Why create mergerfs when those exist? mhddfs isn't really maintained or flexible ###options### -* `defaults` is a shortcut for `big_writes`, `auto_cache`, `atomic_o_trunc`, `splice_read`, `splice_write`, and `splice_move`. These options seem to provide the best performance. +* `defaults` is a shortcut for `auto_cache`. `big_writes`, `atomic_o_trunc`, `splice_read`, `splice_write`, and `splice_move` are in effect also enabled (by asking FUSE internally for such features) but if unavailable will be ignored. These options seem to provide the best performance. * `minfreespace` (defaults to `4G`) is the minimum space value used for the `lfs` and `fwfs` policies. Understands 'K', 'M', and 'G' to represent kilobyte, megabyte, and gigabyte respectively. * 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`.