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";
|
||||
device = "/mnt/data*";
|
||||
options = [
|
||||
"direct_io"
|
||||
"cache.files=auto-full"
|
||||
"defaults"
|
||||
"allow_other"
|
||||
"minfreespace=50G"
|
||||
|
|
Loading…
Add table
Reference in a new issue