Questions tagged [dfs]

Microsoft Distributed File System (DFS) is a technology that complements the SMB/CIFS based file server role of Windows Servers.

DFS is comprised of DFSN (namespaces) and DFSR (replication). The two technologies can be implemented independently. However, the components are complementary when used together on Windows file servers.

DFSN allows creating "fake" namespaces or paths which when browsed, redirect the client to an alternate location as configured by an administrator. This allows creating a namespace which can apparently merge content which maybe spread across different file servers. DFSR allows creating multiple replicas of the content which thereby allow a level of resiliency. In the older versions of DFS (first introduced in Windows 2000 Server), the replication was handled by FRS (File Replication Service).

http://blogs.technet.com/b/josebda/archive/2009/12/30/windows-server-dfs-namespaces-reference.aspx provides good details related to DFSN.

See the DFSR tag for more details on DFSR.

361 questions
4
votes
2 answers

Windows 2008 R2 File Server Cluster vs. DFS

We're currently using 2 Windows 2008 R2 with DFS but discovered some issues with: replication of permissions (permissions are not replicated across DFS members) replication of quota (quota is disk-based) Do these problems exist in clusters?…
FrancisV
  • 1,766
  • 3
  • 16
  • 18
4
votes
2 answers

Moving roaming profiles to DFS

I'm redirecting appdata, my docs and desktop folders to a server using a GPO based on what facility they're usually at. This brings up a problem for users who bounce between multiple locations. Firefox profiles are stored in appdata so it takes…
4
votes
2 answers

Using DFS roots as shared folders

I am curious if I can use DFS roots as shared folders without using any DFS links. Some background: I like the idea of using DFS for name abstraction. By using domain-based namespaces, I can abstract away server name reference and have the…
4
votes
3 answers

SYSVOL replication over DFS-R

When we migrate our production DCs to Server 2008 I would also like to move away from FSR to DFS-R for SYSVOL replication. My problem is that I setup a quick lab to test it out but it's not going as planned. I'm sure I'm just overlooking something…
GNUix
  • 490
  • 1
  • 5
  • 13
4
votes
1 answer

How can I exclude a specific folder from DFS Replication in Server 2008?

Question pretty much says it all...I need to exclude a specific folder (a dropbox folder) from being included in our DFS-R setup. I see how to setup an exclusion using Server 2003, but haven't been able to find an explanation of how to do this in…
Luniz
  • 379
  • 4
  • 7
  • 18
4
votes
4 answers

Is it possible to configure Microsoft DFS using Samba for Linux?

On Windows it is possible to create DFS using windows share. However, I'm using Linux server and wondering - is it possible to create MSDFS using Samba on Linux? What configuration changes needed to do it?
Sergio Tapia
4
votes
2 answers

How do I rename a DFS root?

I am new to DFS and need to rename an existing DFS root (OldDFS$) to a new name (NewDFS$) so that it's clearer to its users. This is on an AD domain and there is no replication of the DFS data. The current DFS root points to a Domain Controller…
Carl C
  • 1,038
  • 3
  • 10
  • 19
4
votes
3 answers

Can a DFS share be used for Folder Redirection?

Can a DFS share be used for Folder Redirection?
Corey
  • 2,031
  • 12
  • 39
  • 54
4
votes
1 answer

Can I use DFS Replication with Shared Storage?

I am looking to add redundancy to our DFS shares and want to utilize a new iSCSI SAN array in the process. I am thinking of having two servers (one virtual, one physical - sitting on different hosts) connected to a common SAN LUN, both providing DFS…
4
votes
1 answer

Windows Server 2008 (Web Server) Replication

We have a load balanced environment with x64 Windows Server 2008. What are some best practices to setting up replication across the web servers? Do I only want to replicate the web folders? How about replicating IIS changes - or do I need to make…
Josh
  • 483
  • 2
  • 9
  • 19
4
votes
1 answer

How to find an actual physical host/IP for a specific Domain-based DFS file share path?

Assuming that there is a Domain-based DFS share path \someDomainBasedDFSRoot\someLogicalSubfolder\someSubfolderCorrespondingToAPhysicalHost\folder\file.txt I'd like to get the IP (or probably at least the physical host so it can be nslookuped)…
3
votes
2 answers

DFS Replication Error 9098 (tombstoned content)

3 servers, DFS replication was working for 2 years. Recently 1 of the member servers started reporting this: The DFS Replication service stopped replication on replicated folder projects at local path Z:\projects due to Error ID: 9098 (A tombstoned…
dan
  • 279
  • 1
  • 4
  • 15
3
votes
2 answers

DFS Namespaces DNS and NetBIOS Name Resolution

I have a Windows Domain which hosts a number of DFS Namespaces in an environment which has DNS servers only (the clients are Windows 7+ and NetBIOS is not disabled on them). Example Domain: andshrew.com DFS Namespace: andshrew.com\Files I have an…
andshrew
  • 173
  • 1
  • 4
3
votes
1 answer

Do I break anything by having a regular share targeting a DFS share's folder?

I have DFS installed on a single file server - I wanted to use DFS now so I don't have to migrate later when I get a second file server. I'm trying to integrate third party sharing software and I seem to have "weird" issues targeting a DFS share -…
William Hilsum
  • 3,536
  • 6
  • 29
  • 39
3
votes
0 answers

Is it possible to specify alternate path for storing "Conflict and Deleted" files in DFSR?

I have recently setup DFS replication between two folders and their subfolders on two 2012R2 servers. This folder is a "custom" folder used by our .NET web application that contains settings and data for our website. Content is not very relevant. I…
David Hulick
  • 121
  • 8