Distributed File System

Previous Topic Next Topic

Getting Started

Following is an overview of how to get started with Dfs.

Administrator Perspective

Dfsgui.msc is the administrative console for Dfs in Windows 2000. With it you can create the Dfs root and build a Dfs topology. Remember the following sizing limitations when you implement Dfs:

The general steps for creating the Dfs topology are listed here. For more information about specific procedures, see Windows 2000 Server Help.

  1. Create a Dfs root.

    Dfs roots must be created on partitions generated with the version of NTFS used in Windows 2000 for security and content reasons. New roots must be domain-based to allow file replication.

  2. Add Dfs links.

    You can add a Dfs link under the Dfs root to reference any root or link in the Dfs tree. If the referenced resource is not a computer that is running Windows 2000, the link can reference only shared folders.


  3. note-icon

    Note

    Linking from one Dfs link to another Dfs link is possible only if the second link is in a separate Dfs namespace. For example, you cannot have \\Server\Dfs_root\Dfs_link1\Dfs_link2 unless Dfs_link2 lies under another Dfs root.

  4. Specify replicas for a Dfs root or link.

    Each Dfs root and shared folder can be replicated to back up its contents. Dfs-aware clients automatically select the nearest replica on the basis of the site topology information.

  5. Manage replication for Dfs.

    You can remove replicas, take replicas offline or online, and enable or disable replication.

Administering a stand-alone Dfs root requires Admin privileges. Domain-based Dfs root administration requires Domain Admin privileges.

Client Perspective

Users browse through and connect to Dfs shared folders in the same way they normally connect to SMB shares. For access to a shared folder in the Dfs tree, Dfs-aware clients can issue any of the traditional methods to gain access to network resources by using Windows Explorer, File Manager, and the command line. Table 17.4 contains examples of each.

Table 17.4 Gaining Access to a Shared Folder

Method Example
Windows Explorer \\Server\Dfs_root\Target_share
File Manager (mapped drive) \\Server\Dfs_root
Command prompt Dir \\Server\Dfs_root\Target_share
Net Use command \\Server\Dfs_root
Net Use command (deep root)1 \\Server\Dfs_root\Target_share\Target_file
Domain-based Dfs root in Active Directory2 \\domain.xxx\Dfs_root

1 Supported by Windows NT 4.0 and Windows 2000 clients only.

2 Supported by Windows 2000 clients only.

© 1985-2000 Microsoft Corporation. All rights reserved.