You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration is performed via a single line of configuration in `/etc/fstab`[^1]. mergerfs has a lot knobs and dials to turn should you wish, they are all detailed in the [README](https://github.com/trapexit/mergerfs/blob/master/README.md) on the projects GitHub page.
40
+
Configuration is performed via a single line of configuration in `/etc/fstab`[^1]. mergerfs has a lot knobs and dials to turn should you wish, they are all detailed in the [mergerfs-docs](trapexit.github.io/mergerfs).
41
41
42
42
!!! example "An example `/etc/fstab` entry for mergerfs"
43
43
```
@@ -53,7 +53,7 @@ It's possible to string multiple drives together manually as well. The syntax fo
53
53
54
54
## Create policies
55
55
56
-
A fundamentally important part of having a successful experience with mergerfs is setting the correct [policies](https://github.com/trapexit/mergerfs#functions--policies--categories) for your use case.
56
+
A fundamentally important part of having a successful experience with mergerfs is setting the correct [policies](https://trapexit.github.io/mergerfs/latest/config/functions_categories_policies/) for your use case.
57
57
58
58
!!! info
59
59
For most people, most of the time, the default behaviours will be just fine[^3].
@@ -115,4 +115,4 @@ As discussed in [create policies](#create-policies), use of the correct create p
115
115
116
116
[^1]: More information about `/etc/fstab` is detailed in the [manual installation](../03-installation/manual-install-ubuntu.md) section.
117
117
[^2]: [What is Parity?](https://en.wikipedia.org/wiki/Standard_RAID_levels#Simplified_parity_example)
0 commit comments