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)
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 0 comments… add one now }