I am currently learning DFS and I have some questions about some things I find really strange. But first an overview:
---------------
SOIL-DC1 (Server)
D:\Shares\Research (shared as \\SOIL-DC1\Research)
D:\Shares\Laboratory (shared as \\SOIL-DC1\Laboratory)
SOIL-DC2 (Server)
D:\Shares\Development (shared as \\SOIL-DC2\Development)
\\SNAKEOIL.LOCAL\Public (DFS-Namespace)
Research (targets to \\SOIL-DC1\Research)
Laboratory (targets to \\SOIL-DC1\Laboratory)
Development (targets to \\SOIL-DC1\Development)
---------------
What I find really strange is, that I can access the shares ommitting the namespace ("Public"). For example: \\SNAKEOIL.LOCAL\Research. However, that folder is shown as empty and I don't have permissions to add any files. The intended namespace
\\SNAKEOIL.LOCAL\Public is working as expected.
Why is that and how can I avoid this strange behaviour?