Microsoft KB Archive/178631

From BetaArchive Wiki
Knowledge Base


How to Map Root Using Microsoft Dfs

Article ID: 178631

Article Last Modified on 8/13/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 4.0 Standard Edition



This article was previously published under Q178631


SUMMARY

The Microsoft Distributed File System (Dfs) can be used to simulate NetWare's MAP ROOT utility, allowing users to map a drive letter to a directory that is not itself shared. This is especially useful for mapping to users' home directories without creating individual shares.

Here is an example:

  1. Create a folder called Homedirs on the server.
  2. Create user folders beneath Homedirs.
  3. Install Microsoft Dfs and set Homedirs as the root for the Dfs. Consult the Readme.doc for detailed instructions for setting up the Dfs.
  4. Restart.

Users will now be able to map a map directly to any folder within the Dfs. For example, if a folder named User1 has been created beneath Homedirs, the following command is valid:

net use u: \\DFSServer\Homedirs\User1


Drive U will be mapped to User1, even though Homedirs is the share point. This format is also acceptable when mapping drives from within Explorer.

MORE INFORMATION

The above method requires that Windows NT 4.0 and Service Pack 3 or later be installed on both the server and the workstation.

For additional information, see the following article or articles in the Microsoft Knowledge Base:

172330 Dfs Home Directory Prevents Other Dfs Connections


Microsoft Dfs can be downloaded from the following Microsoft Web site:


Additional query words: maproot rootuse win95

Keywords: kbinfo KB178631