惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - 瞳孔

远程安装WinXP OEM版系统的痛苦经历 鸟枪换炮-内网ISA2004VPN接入 - 瞳孔 sps2003更新SP1后访问页面出现500错误或者HRESULT 中的异常0x80040E14 AvayaP133G2和3Com 3300交换机间的Vlan连接 从win2000升级到win2003后ISA2000缓存的问题 HP6000r服务器阵列故障 许可证服务因许可证不够出现占用CPU的故障 大型局域网中用ISA隔离部分计算机 WinXP SP2 IE不能使用cookie的解决方法 转移GC角色后Exchange2000无法启动。 AD不能把用户添加到组排错经过(w32.spybot.worm的疑问?) 震荡波引起win2003服务器Lsa Shell出错 SMS2.0软件测量及出现的故障 折磨了我3天的IIS服务器不能运行asp页面故障 3721奇遇 列表中的内容搜索不到请帮忙 Apache打开速度超级慢 转贴ipc$详细解释大全 硬盘分区消失了!!!
DFS不能创建根目录的解决方法
瞳孔 · 2006-01-12 · via 博客园 - 瞳孔

  今天突然不能访问通过\\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。这是后新建目录才能完成。