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"; 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"