Access NAS server using Windows 2000 or 2003 server

by Vivek Gite · 0 comments

Q. How do I access NAS Server Using Windows 2000 / 2003 / Vista / 2008?

A. As I said earlier, Network Attached Storage (NAS) commonly used to store backup and other shared files over TCP/IP network. Use following instructions to configure windows 2000 or 2003 server client:

Using Windows Explorer

  1. Open MS-Windows Explorer.
  2. On the Tools menu, click Map Network Drive.
  3. Select a drive letter in the Drive box
  4. In the Folder box, type the UNC path for the NAS server (\\server name\share) i.e.
  5. place \\202.54.20.111\sharename
  6. Click the "Reconnect at logon" checkbox.
  7. Click OK.
  8. Login to the share with the username and password
  9. Click OK.

Using Windows command line

  1. You can use the net command to map or disconnect a drive.
  2. Click Start, and then click Run.
  3. Type cmd in open box
  4. At c:> type following command:

c:> net use z: \\202.54.20.111\sharenameMow access NAS using z:.

To disconnect a mapped drive from command line

  1. Click Start, and then click Run.
  2. Type cmd in open box
  3. At c:> type following command:

c:> net use z: /delete

See also:

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous FAQ:

Next FAQ:

nixCraft FAQ PDF Collection Now Available To All