mirror of https://github.com/trapexit/mergerfs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
465 B
465 B
link_cow
link_cow=true|false
- Defaults to
false
This feature offers similar functionality to what cow-shell offers.
When enabled if mergerfs is asked to open a file to write and the link count on the file is greater than 1 it will copy the file to a temporary new file and then rename it over the original. This will atomically "break" the link. After that it will open the new file.