I would like to create a share that appears to the user as a single share, however it is actually a combination of two separate targets.
I have a server with a D: drive that is backed up daily and is going to have recent projects, and the same server has a E: drive with older projects that are archived, read-only backed up to tape. There are several departments that have similar structures so I would like this to be more seamless than just creating shortcuts for all the folders. Also, there are cases as well where only specific files within a folder will be moved to the archive server, unknown to the user other than the read-only permissions.
Eg.
D:\Projects\2021\ActiveProject
D:\Projects\fileA.txt
E:\Projects\1999\ArchiveProject
E:\Projects\fileB.txt
My Share would look like this:
\\ServerA\Projects\
2021\
1999\
fileA.txt
fileB.txt
Basically the share would be a combination of the two locations.
I have tried a DFS namespace however it only shows shares from one of the two targets and not both...