Frequently Asked Question

General: Unable to map network drive - System Error 67
Last Updated 8 years ago

Use the Net Use command to map or disconnect a drive

You can use the net use command for batch files and scripts. To use the net use command to map or disconnect a drive:
  • To map a network drive:
    1. Click Start, and then click Run.
    2. In the Open box, type cmd.
    3. Type net use x: \\computer name\share name, where x: is the drive letter you want to assign to the shared resource.
  • To disconnect a mapped drive:
    1. Click Start, and then click Run.
    2. In the Open box, type cmd.
    3. Type net use x: /delete, where x: is the drive letter of the shared resource.
If "System Error 67 occurred",

To resolve this issue use either of the following methods.

Method 1

Update the network adaptor driver on the domain controller.

Note Make sure that you use a network adaptor driver that works with the operating system that you are using.

Method 2

If Network Address Translator (NAT) is installed but is not configured correctly, disable the Internet Protocol (IP) NAT driver, and then restart the computer. To do this, follow these steps:
  1. Click Start, right-click My Computer, and then click Properties.
  2. On the Hardware tab, click Device Manager.
  3. On the View menu, click Show hidden devices.
  4. Expand Non-Plug and Play Drivers, right-click IP Network Address Translator, and then click Disable.
  5. Click Yes two times to restart the computer.
XP or home edition issues

http://support.microsoft.com/kb/843156

Please Wait!

Please wait... it will take a second!