Link Mount Servers Troubleshoot

Hi

i was wondering if it's possible for a folder to show files from different folders.
Like, folder A to show files from folder B and folder C

With Folder A and Folder B being on one server and Folder C being on another server.

I Mounted Folder C on the first server (let's call it B2).
So i want Folder A to show files from Folder B and B2.

Any way?

There's no trivial way to do it. You could try playing with linux's unionfs module, which may let you mount two folders 'atop' each other in a third location and merge their contents. This may make it difficult to write to that folder, however.