How to Map Root Using Microsoft Dfs

ID: Q178631


The information in this article applies to:


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, please see the following article(s) in the Microsoft Knowledge Base:

Q172330 Dfs Home Directory Prevents Other Dfs Connections
Microsoft Dfs can be downloaded from the following Web site:
http://www.microsoft.com/backoffice/downloads/moreinfo/dfs.asp

Additional query words: maproot rootuse


Keywords          : ntdomain NTSrvWkst 
Version           : winnt:4.0
Platform          : winnt 
Issue type        : kbinfo 

Last Reviewed: March 27, 1999