How to map a drive in Windows如何将一个驱动器映射在Windows

Posted on June 15, 2008 at 5:23 am张贴于2008年6月15日在上午05时23分

Mapping drives is Windows is one of the essential actions everyone should know how to do. 映射驱动器是Windows是一个重要的行动,每个人都应该知道该怎么做。 Whether you are at home or at the office, there comes a time in everyone’s life when they have to map a drive!无论你是在家里或在办公室,出现的时间在每个人的生活,当他们将一个驱动器映射! It sounds all complicated, but it’s actually really simple to do.它听起来复杂,但它其实真的很简单的事。

You may need to get some information from your IT administrator at work, since mapping a drive usually means connecting to a server share.您可能需要得到一些资料,从您的IT管理员在工作中,由于映射驱动器通常意味着连接到一个服务器上的份额。 A server share is basically a folder on a different computer that is being shared with everyone else.服务器的份额,基本上是一个文件夹,在不同的电脑上,就是被共享与其他所有人。 So when you “map a drive”, you are just saying that you want access to that folder on your computer also, which is done by mapping it to a letter, ie F, G, H, etc.因此,当您“驱动器映射” ,你刚才说你要访问到该文件夹在您的计算机上还,这是做映射到一个信,即男,克, H型,等等。

In this article, I’ll explain how you can map a drive in Windows XP, Windows Vista, and even map a drive via the command prompt.在这篇文章中,我将解释如何,您可以将驱动器映射在Windows XP , Windows Vista的,甚至一个驱动器映射通过命令提示符。

Map a drive in Windows XP一个驱动器映射在Windows XP

Open My Computer and click on the Tools menu option.打开我的电脑,然后工具菜单上选项。 From the drop down list, choose Map Network Drive .从下拉列表中,选择映射网络驱动器

映射网络驱动器

Pick a drive letter that you want to use to access the shared folder and then type in the UNC path to the folder.选择一个驱动器一封信中说,您想要使用访问共享文件夹,然后键入在的UNC路径的文件夹。 UNC path is just a special format for pointing to a folder on another computer. UNC路径只是一个特殊的格式为指向一个文件夹在另一台计算机上。 You first use two slashes “\\” and then the computer name,您第一次使用两个斜线“ \ \ ” ,然后电脑名称, \\testcomp \ \ testcomp and then another “\” followed by the shared folder name,然后另一个“ \ ”其次是共享文件夹的名称, \\testcomp\foldername \ \ testcomp \文件夹 .

映射网络驱动器的Windows

Click on “ Reconnect at logon ” to make the connection permanent, which means the drive will still be mapped even after you restart the computer.点击“ 登录时重新连接 ” ,使连接常驻,这意味着驱动器仍然会被映射,甚至后,您重新启动计算机。

If you’re not sure what the name of the folder is, you can click on Browse and try to find the computer that way.如果您不能确定是什么文件夹的名称是,您可以点击浏览 ,并设法找出计算机的方式。 Click on Entire Net work, then Microsoft Windows Network and then expand out the workgroup or domain that your computer is in.按一下整个网的工作,那么, Microsoft Windows网络 ,然后展开了工作组或域的计算机英寸

浏览网络驱动器

If there are any shared folders on a computer, you will be able to see them here by expanding each computer individually.如果有任何共享文件夹的电脑上,您将可以看到他们在这里通过扩大每个单独的电脑。 Click Finish and you have now mapped a drive!单击完成和你现在映射一个驱动器!

How to map a network drive in Vista如何映射网络驱动器在Vista

Mapping a network drive in Vista is slightly different than in XP, but pretty simple also.映射网络驱动器在Vista是略有不同,比XP ,但也相当简单。 First, click on Computer from your Start Menu or Desktop.首先,按一下就从您的电脑上开始菜单或桌面上。 You’ll see a couple of buttons across the top, one of them being “ Map network drive “.您会看到一对夫妇的按钮全国顶端,其中一人被“ 映射网络驱动器 ” 。

映射网络驱动器Vista的

Other than the fancy interface, all of the options are the same!以外的其他花式界面,所有的选项都是一样的! Choose a drive letter, type in the folder path, choose “ Reconnect at logon ” and click Finish !选择一个驱动器的信中,输入文件夹路径,选择“ 登录时重新连接 ” ,并点击完成

映射网络驱动器

Remember, the folder can be located on a local or remote server or even to a FTP site!请记住,该文件夹可以位于本地或远程服务器,或什至1 FTP站点!

How to map a drive using command prompt如何将一个驱动器映射使用命令提示符

First click on Start and then Run .第一点击开始 ,然后运行 Type cmd in the Open box.键入cmd在打开框中。

开始运行cmd

Then type the following DOS command to map the network drive:然后键入以下DOS命令映射网络驱动器:

net use x: \\ computer name \ share name 净使用X : \ \ 计算机名 \ 共享名

where x: is the drive letter you want to assign to the shared folder.其中X :是驱动器的信,你要分配给共享文件夹。

net use命令

You can delete a mapped network drive using the command prompt by typing in您可以删除映射的网络驱动器使用命令提示输入在

net use x: /delete 净使用X : /删除

If you have any problems mapping a drive in Windows, post a comment and I’ll try to help you out!如果您有任何问题映射驱动器在Windows ,张贴评论,我将尽力帮助您! Enjoy!享受!

Technorati Tags: Technorati标记: , , , ,

If you enjoyed this post, make sure you 如果您喜欢这个职位,请务必 subscribe to my RSS feed 订阅我的RSS馈送 !

» Filed Under »提交下 Computer Tips电脑提示

Related Posts相关文章

3 Responses to “How to map a drive in Windows”三月的反应, “如何将一个驱动器映射在Windows ”

  1. Silki silki said on : 说:

    Just landed here accidentally.刚刚降落在这里意外。
    Nice to find a good tech blog.好,找到一个好的高新技术的博客。


  2. Abhijeet from Jeet Blog abhijeet从截拳道博客 said on : 说:

    I didn’t know how to map a drive through the command prompt.我不知道如何将一个驱动器映射通过命令提示符。 Nice to know that.好,知道这一点。

    Aseem, btw I have sent you an email. aseem ,我的BTW您发送了一封电子邮件。 please do check.请您查看。 Thanks.谢谢。


    Pingbacks pingbacks
  1. Super Sunday Links Episode 10 : Madhur Kapoor’s Blog 周日的超级链接插曲10 : madhur卡普尔的博客 Says: 说:

    [...] Online Tech Tips tells you How to map a file in Windows XP and Vista [...] [ … … ]在线技术秘诀告诉您如何将地图文件在Windows XP和Vista [ … … ]

Please post your comments/suggestions!请张贴您的意见/建议!