Can I make it to only write to a specific path? #1465
-
I have multiple locations that I want to merge but I want them to be read-only (/loc1, /loc2, /loc3), since programs will want to write files to the contents of these directories I want to add an additional rw path (/loc4) so all writes go to this one path. If I understood correctly I should put To be clear no path is mounted in the OS as read-only. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
https://trapexit.github.io/mergerfs/latest/config/branches/#branch-mode You don't forbid writing. You forbid creation. |
Beta Was this translation helpful? Give feedback.
https://trapexit.github.io/mergerfs/latest/config/branches/#branch-mode
You don't forbid writing. You forbid creation.