Replies: 1 comment
-
Yes. There is no difference between the two. A filesystem is just mounted to a directory. I specifically handle any situations where being on the same filesystem may matter as mentioned https://github.com/trapexit/mergerfs#statfs--statvfs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use mergerfs to merge multiple directories on to a single mountpoint, rather than multiple filesystems?
I'm using mergerfs to merge some filesystems and it's great, but I also have several directories for which I want to do the same thing, i.e. have a single directory that apparently contains everything from those multiple directories.
Is this possible with mergerfs?
Beta Was this translation helpful? Give feedback.
All reactions