About Linux FAQ

Browse More FAQs:

Access NAS server using Windows 2000 or 2003 server

Posted by Vivek Gite [Last updated: June 26, 2008]

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:

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

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

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.