-
I have a mergerfs mount
I've mount another folder with sshfs
I was expecting mergerfs to use the new folder too, but it doesn't. If I need to, how do I reload the merged folder? PS: as a reference, see this to deal with server disconnection while using sshfs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/trapexit/mergerfs#globbing
|
Beta Was this translation helpful? Give feedback.
-
You have to remount or use the runtime API to tell mergerfs about the new branch. |
Beta Was this translation helpful? Give feedback.
You have to remount or use the runtime API to tell mergerfs about the new branch.