How to Prevent Data Transfer When Moving Folders Within the Same Location? #1497
-
When moving folders within my MergerFS pool via a graphical file manager, I've noticed that sometimes the operation triggers a data transfer between drives—even if I'm simply moving a folder into a subfolder in the same directory tree. For large folders, this can be extremely slow and isn't the outcome I'm hoping for. Questions
I'm guessing the action it's performing is something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's all described in the documentation. If you don't want mergerfs to only consider branches with paths which already exist then change the create policy to one you want. There is very little reason for people to use ep policies.
There is no such thing as "moving a folder within the same branch". You link, rename, create, etc. in the filesystem and then the policies decide what happens where. There is no context besides what mergerfs can infer from the request otherwise. If the request is The first question is why do you want to restrict location of files? |
Beta Was this translation helpful? Give feedback.
It's all described in the documentation.
If you don't want mergerfs to only consider branches with paths which already exist then change the create policy to one you want. There is very little reason for people to use ep policies.