Browse Source

update readme with defaults option info

pull/70/head
Antonio SJ Musumeci 9 years ago
parent
commit
1879c9c4a9
  1. 2
      README.md

2
README.md

@ -20,6 +20,8 @@ Why create mergerfs when those exist? mhddfs isn't really maintained or flexible
###options### ###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.<func>=<policy>`. All [FUSE](http://fuse.sourceforge.net) functions which have a category (see below) are option keys. The syntax being `func.<func>=<policy>`.
To set all function policies in a category use `category.<category>=<policy>` such as `category.create=mfs`. To set all function policies in a category use `category.<category>=<policy>` such as `category.create=mfs`.

Loading…
Cancel
Save