I have DFS running on two server
svrvin1 = DFS server 1
svrval1 = DFS server 2
I have created a namespace under each server E:\valley for both server and replication is working fine. The namespace patch is \\adc.local\valley
Inside the \\adc.local\valley I created a sub folder called MIS which is replicating fine. I started to migrate all of my file server over to DFS by performing the following command.
robocopy "\\athens_svr5\d$" "\\adc.local\valley" /MIR /COPYALL /R:1 /W:1
So with this command it'll copy everyhing from the file server to the new DFS.
After using that command my MIS folder which was in there is gone!!! Anyone know what caused the removal of the MIS folder in there?
I have to recopy a copy of the MIS folder back, but by doing that I now only see the MIS folder on svrvin1 = DFS server1. When I go to the svrval1 server I do not see the folder being replicated over. E: drive is competely gone!! or I thought so.
It seem like it is hidden or something, because when I tried to create a folder called E:\valley on the svrval1 server it say the folder exist. So I don't know what happen, I cannot see it. I checked both DFS and it is being replicated and both are healthy.
but if I open up the folder and browse through e:\valley I do see other folder in there, but if I just go to E: drive I do not see the valley folder. Anyone know what is going on? Why is it cause the MIS directory to be deleted.? and why is my folder on the svrvin1 hidden now? and How do I get it to show up?
Please advise.