Author Topic: Quickly Map a Network Drive in Windows Vista and Windows Server 2008  (Read 4927 times)

0 Members and 1 Guest are viewing this topic.

Offline Nick

  • Administrator
  • Platinum Member
  • *
  • Posts: 46027
  • Karma: +1000/-0
  • Gender: Male
  • NickCS
    • http://www.facebook.com/nickcomputerservices
    • http://www.twitter.com/nickcomputer
    • Computer Chiangmai

Quickly Map a Network Drive in Windows Vista and Windows Server 2008

Need to quickly map a network drive? We show you how, in both Windows Vista and Windows Server 2008.

In Windows Server 2008, you connect to a network drive by mapping to it using NET USE and the following syntax:

Code: [Select]
net use Device \\ComputerName\ShareName

In this example, “Device” is where you specify the drive letter. Or you can use * to specify that you want to use the next available drive letter. And \\ComputerName\ShareName is the UNC path to the share. So, in practice, it looks something like this:

Code: [Select]
net use g: \\ROMEO\DOCS
Or

Code: [Select]
net use * \\ROMEO\DOCS

Note that you should add the /Persistent:Yes option to ensure that the mapped drive is available each time the user logs on.


If the client computer is running Windows Vista, one way to map network drives is to follow these steps:

1. While the user is logged on, open any Windows Explorer view on the user’s computer.

2. From the Tools menu, select Map Network Drive. This opens the Map Network Drive page.

3. Using the Drive drop-down list, you can now create a network drive for a shared resource. Select a free drive letter to create a network drive that can be accessed in Windows Explorer.

4. In the Folder text box, type the UNC path to the desired share. For example, to access a share called DOCS on a server called ROMEO, you’d use the path \\ROMEO\DOCS. If you don’t know the share location, click Browse to search for available shares. After selecting the appropriate share, click OK to close the Browse For Folder dialog box.

5. If you want the network drive to be automatically connected in subsequent sessions, select the Reconnect At Logon check box. Otherwise, clear this check box to later establish a connection whenever you double-click the network drive.

6. To connect using a different user name from the logon name, click Different User Name, and then type a user name and password for the connection. Click OK to close the Connect As dialog box.

7. Click Finish to map the network drive.

From the Microsoft Press book Microsoft Windows Server 2008 Administrator’s Pocket Consultant by William R. Stanek.

credit: technet.microsoft.com


 
Share this topic...
In a forum
(BBCode)
In a site/blog
(HTML)


Related Topics

  Subject / Started by Replies Last post
0 Replies
2463 Views
Last post February 16, 2009, 06:43:32 PM
by Webmaster
0 Replies
4559 Views
Last post July 02, 2010, 02:46:52 PM
by Nick
0 Replies
3003 Views
Last post July 02, 2010, 02:47:52 PM
by Nick
0 Replies
3824 Views
Last post July 02, 2010, 04:56:32 PM
by Nick
0 Replies
3757 Views
Last post July 03, 2010, 03:15:40 PM
by Nick
0 Replies
1476 Views
Last post February 23, 2012, 07:39:22 PM
by Nick
0 Replies
1561 Views
Last post April 16, 2012, 02:58:31 PM
by Nick
0 Replies
1396 Views
Last post July 05, 2012, 07:25:18 PM
by Nick
0 Replies
712 Views
Last post September 29, 2014, 01:46:15 PM
by Nick
0 Replies
733 Views
Last post January 22, 2015, 01:13:01 PM
by Nick