DFS stands for Distributed File System and provides two very important benefits for system administrators of Wide Area Networks (WAN) with multiple sites that have a need to easily store, replicate, and find files across all locations.
The first is the benefit of being able to have one Namespace that all users can use, no matter what their location, to locate the files they share and use.
The second is a configurable automatic replication service that keeps files in sync across various locations to make sure that everyone is using the same version.
Let’s take a look at these two very important aspects of DFS.
The trick to this is that those folders and files can be on any shared folder on any server in your network without the user having to do any complicated memorization of server and share names.
This logical grouping of your shares will also make it easier for users at different sites to share files without resorting to emailing them back and forth.
Why would you need this? Well if you want to improve performance for your DFS users you can have multiple copies of your files at each site.
That way a user would be redirected to the file local to them, even though they came through the DFS Namespace. If the user changed the file it would then replicate out to keep all copies out in the DFS Namespace up to date.
This feature of course is completely configurable.
Distributed File System in Server 2008 has added some additional functionality and improved stability from some of the problems that might have plagued earlier DFS implementations.
Most new features are contingent on running your DFS NameSpace in Server 2008 mode which means all servers are Windows Server 2008 AND the domain is running at Server 2008 domain functional level.
DFS NameSpaces Changes:
This feature requires either a standalone Server 2008 NameSpace or a domain based NameSpace running in 2008 domain functional level.
It is not enabled by default and has to be activated through the following command line:
dfsutil property abde enable \\‹namespace_root›
Convenient if you want to do a targeted search across all the documents in the NameSpace instead of having to attach to each server.
Improved Functionality in DFS Replication:
In earlier versions of DFS, this could cause the entire database to be rebuilt which would be very time consuming and resource intensive. The Windows Server 2008 DFS rarely has to rebuild its database after an unexpected shutdown and allows a much quicker recovery.
Now that we know more than we probably wanted to about Windows Server 2008 DFS NameSpaces let’s go ahead and run through installing the role on a server.
For our example I am using a Windows Server 2008 Domain Controller running Active Directory DS at the Server 2008 functional level.
1. Open Server Manager.
2. Go to Roles in the left pane, then click Add Roles in the center pane.

3. Select File Services from the list of roles.
You will see a short description of what the File Services role provides in the upper right corner in case you needed it. Click Next when done.

4. Now you will get an Introduction to File Services information screen; read through it and move on by clicking Next.

5. In Select Service Roles you can click on Distributed File System and it should also place a check next to DFS Namespaces & DFS Replication; after this click Next.
NOTE: At the bottom you will see Windows Server 2003 File Services and File Replication Service. You would only choose this if you were going to be synchronizing the 2008 server with old servers using the FRS service.

6. On the Create a DFS Namespace screen you can choose to create a namespace now or later.
For this tutorial I am going to create one later as I will have another article going into greater details. So I am going to choose Create a namespace later using the DFS Management snap-in in Server Manager and then click Next.

7. The next screen allows you to confirm your installation selections, so review and then click Install.

8. After a short interval of loading you will see the Installation Results screen which will hopefully have Installation succeeded in the top right. Go ahead and click Close.

9. In Server Manager you should now see File Services and under the Role Services you will see the installed components:
Distributed File System
DFS Namespaces
DFS Replication

Now that you have DFS installed the next step is to create a namespace and configure replication. I will be covering these in my next article.
Adrian B. Says:
October 30th, 2008 at 8:10 am
I like this…this is somewhat of a good tutorial way to know how to install the DFS server on Windows Server 2008. If I keep finding this website, I will keep using it to help me with my classes that deals with Windows Server 2008.