SUPER IMPORTANT FSTAB FIX
enabled cache, necessary for a lot of docker containers
This commit is contained in:
parent
95773a67ff
commit
784252efa8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
fsType = "fuse.mergerfs";
|
fsType = "fuse.mergerfs";
|
||||||
device = "/mnt/data*";
|
device = "/mnt/data*";
|
||||||
options = [
|
options = [
|
||||||
"direct_io"
|
"cache.files=auto-full"
|
||||||
"defaults"
|
"defaults"
|
||||||
"allow_other"
|
"allow_other"
|
||||||
"minfreespace=50G"
|
"minfreespace=50G"
|
||||||
|
|
Loading…
Add table
Reference in a new issue