Here is my understanding:
- Bind mount only keeps files from upper fs accessible. No files from lower fs under target path would be accessible.
- Overlayfs also keeps the files of lower fs that does not exist in upper fs accessible under target path.
Is this correct? Any other major differences?