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\sharename
Mow 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)
🐧 Get the latest tutorials on Linux, Open Source & DevOps via RSS feed or Weekly email newsletter.
🐧 0 comments... add one ↓
🐧 0 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |