




























今天突然不能访问通过\\HostDomain\DFSRootName来访问dfs目录,登陆DFS服务器后发现机器本身也不能打开\\HostDomain\ 本来想把DFS配置删除后,重新设置看看DFS能不能恢复,没想到把设置删除后就再也不能添加根目录,添加的时候提示“不支持的请求”或者“拒绝访问”。“拒绝访问”倒是很好理解,因为当时登陆的用户没有domain admins的权限自然就不能添加域根目录了,对于“不支持的请求”第一次看到反复检查了所有的设置后都没有解决。到google和microsoft一阵搜索,在Microsoft找到一篇文章把问题搞定了文章地址:http://support.microsoft.com/?kbid=224384
1. Stop the DFS service by tying net stop dfs at a command prompt.
2. Start Registry Editor and delete the following registry keys:a. Delete the Volumes folder and any subfolders under HKLM\SOFTWARE\Microsoft\DfsHost.
b. Delete all subfolders under HKLM\SYSTEM\CurrentControlSet\Services\DfsDriver\LocalVolumes, leaving LocalVolumes intact.
3. From the Active Directory Users and Computers snap-in, click Advanced Features on the View menu. Open the DFS-Configuration container under the System folder. Delete the DFS root in the right pane.
Note that the DFS configuration data can also be removed from the Active Directory using LDAP or Adsiedit.msc. For a computer in the A.COM domain with a fault-tolerant DFS root named DFSFT, the LDAP path would be CN=DFS-Configuration,CN=System,DC=A,DC=COM.
4. Restart the DFS service you stopped in step 1.
按照步骤把注册表和AD清理后还是不能新建,后来发现HKLM\SOFTWARE\Microsoft\Dfs\Roots\Domain下面还有上次共享的文件名立马删除,又把共享文件夹取消共享后,启动Dfs。这是后新建目录才能完成。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。