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
- Open MS-Windows Explorer.
- On the Tools menu, click Map Network Drive.
- Select a drive letter in the Drive box
- In the Folder box, type the UNC path for the NAS server (\\server name\share) i.e.
- place \\202.54.20.111\sharename
- Click the "Reconnect at logon" checkbox.
- Click OK.
- Login to the share with the username and password
- Click OK.
Using Windows command line
- You can use the net command to map or disconnect a drive.
- Click Start, and then click Run.
- Type cmd in open box
- 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
- Click Start, and then click Run.
- Type cmd in open box
- At c:> type following command:
c:> net use z: /delete
See also:
- How do I access NAS server using automount under Linux/UNIX?
- How to connect and disconnect a network drive in Windows XP/2003 server (Microsoft KB article)
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- My 10 UNIX Command Line Mistakes
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
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!
- Email FAQ to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: 06/26/08



{ 0 comments… add one now }