SUPER IMPORTANT FSTAB FIX

enabled cache, necessary for a lot of docker containers
This commit is contained in:
Chris Toph 2025-02-14 14:54:05 -05:00
parent 95773a67ff
commit 784252efa8

View file

@ -11,7 +11,7 @@
fsType = "fuse.mergerfs";
device = "/mnt/data*";
options = [
"direct_io"
"cache.files=auto-full"
"defaults"
"allow_other"
"minfreespace=50G"