删除驱动器 M 的 IFS 映射
2008-02-23 06:11:52来源:互联网 阅读 ()
概要
本分步指南介绍如何从驱动器 M 删除 Exchange 2000 可安装文档系统 (IFS) 映射。IFS 提供了通过 Win32 文档系统 API 来访问 Exchange 2000 信息存储区这一访问方式。 Exchange 2000 IFS 支持 \\.\backofficestorage\ 命名空间。 为兼容和方便起见,Exchange 2000 也支持正常的驱动器命名空间,默认情况下是驱动器 M:\。 IFS 是作为通过标准文档系统接口访问 Exchange 2000 信息存储区的一种方法被引入 Exchange 2000 的。
但是,在某些情况下,使用 IFS 时可能会碰到一些问题。 正是因为这些问题,所以 Microsoft 建议您删除到驱动器 M 的 IFS 映射,除非您有明确的原因无需使用 IFS。 即使删除了驱动器 M 或其他驱动器盘符映射,\\.\backofficestorage\ 命名空间仍保持可用。
保留 IFS 映射的理由包括:
- 将“Microsoft FrontPage 扩展”用于“Web 存储系统窗体”。
- 需要使用驱动器 M 映射进行研发。
- 使用 Microsoft Internet Explorer 将驱动器 M 作为一个文档系统来搜索。
如要删除驱动器 M 映射,请使用本文中提供的脚本。
返回页首
创建驱动器 M 删除脚本
若要创建驱动器 M 删除脚本,请按照下列步骤操作:- 启动一个文本编辑器(如 Microsoft 记事本),然后将下面的脚本复制并粘贴到编辑器中:
@setlocal@if "%1"=="" goto usage@if "%1"=="/?" goto usage@if "%1"=="-?" goto usage@rem Parameter is either a drive letter, or "none"@rem check for presence of adsutil.vbs@set adu=%systemdrive%\inetpub\adminscripts\adsutil.vbs@if exist 璾% goto stopsrv@echo This tool requires 璾% from the IIS scripts.@goto fail:stopsrv@rem Record what Exchange services are currently running@echo off@set StartSA=0@set StartIS=0@set StartMTA=0@set StartWWW=0For /f "delims=" %%a in ('net start') do if "%%a" == " Microsoft Exchange System Attendant" set StartSA=1 For /f "delims=" %%a in ('net start') do if "%%a" == " Microsoft Exchange Information Store" set StartIS=1 For /f "delims=" %%a in ('net start') do if "%%a" == " Microsoft Exchange MTA Stacks" set StartMTA=1 For /f "delims=" %%a in ('net start') do if "%%a" == " World Wide Web Publishing Service" set StartWWW=1 @echo@set regfile=%temp%\addm.reg@echo REGEDIT4 > "%regfile%"@if "%1"=="none" goto deldrive@set drive=%1@set newdrive=%drive:~0,1%@echo Adding %newdrive% drive mapping to the registry...@echo [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\EXIFS\Parameters] >> "%regfile%"@echo "DriveLetter"="%newdrive%" >> "%regfile%"@goto doregedit:deldrive@echo removing existing drive letter mapping...For /f "delims=\=>; tokens=1,2*" %%a in ('subst') do ( if /i "%%c" == " BackOfficeStorage" ( subst %%a /d ))@echo Removing drive mapping from the registry...@echo [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\EXIFS\Parameters] >> "%regfile%"@echo "DriveLetter"="" >> "%regfile%":doregedit@type %regfile%regedit -s "%regfile%"@if errorlevel 0 goto mb@goto fail:mb@echo Touching the metabase to force update of Exchange virtual roots...cscript 璾% delete /ds2mb/HighWaterMarks@goto restart:restart@echo Restarting services...@if %StartSA%==1 net start "Microsoft Exchange System Attendant" /y@if %StartIS%==1 net start "Microsoft Exchange Information Store" /y@if %StartMTA%==1 net start "Microsoft Exchange MTA Stacks" /y@if %StartWWW%==1 net start w3svc /y@goto done:fail@echo The operation did not succeed.@goto end:done@echo Done.@goto end:usage@echo Usage: ifsdrive ^<drive-letter^>@echo ifsdrive none@echo Modifies or removes the mapping of Exchange storage to a local drive letter.@echo Specify a single letter to map Exchange storage to that drive.@echo Specify "none" (without quotes) to remove the mapping.@goto end:end@if not "%regfile%" == "" del "%regfile%"
DL.bitsCN.com网管软件下载 - 用 Ifsdrive.cmd 这一文档名保存此文本文档。
运行驱动器 M 删除脚本
创建驱动器 M 删除脚本后,您需要从 Exchange 2000 服务器上使用命令来运行此脚本:- 打开一个命令窗口,然后将目录改到保存此脚本的文档夹。
- 在命令提示符下,键入下面的命令以删除驱动器 M 映射:
ifsdrive none bitsCN.nET中国网管博客
备注: 为删除该映射,请使用完整的“none”一词。 - 在脚本运行时,他下一步要执行的操作将显示出来。 脚本完成时,最后一行将显示“Done”(完成)。
备注: 此脚本先停止然后又启动 Exchange 2000 消息传输代理 (MTA)、Exchange 2000 Post Office Protocol 第 3 版 (POP3)、Exchange 2000 Internet Message Access Protocol、Version 4rev1 (IMAP4)、“Exchange 2000 信息存储区”,连同“万维网发布服务”。 - 假如误删了驱动器 M 映射,而现在因为前面所列原因之一又需要用他,能够在提示符下键入下面的命令(其中驱动器盘符 是 IFS 驱动器映射的盘符):
ifsdrive 驱动器盘符 DL.bitsCN.com网管软件下载
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇: Exchange全文检索概述
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash