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
5
votes
2 answers

Move DFS Namespace

I have a server running 2012 R2, and I have set up a DFS namespace on it called \\Domain\Files. I would like to set up another server, so that if this one goes down, people can still access \\Domain\Files. Now, the files are not hosted on this…
Alex McKenzie
  • 257
  • 1
  • 5
  • 11
5
votes
3 answers

how to prevent direct access to DFS Namespace shared folders

I have made a DFS Namespace named \\dc1\bank. There are some other folders from another file servers(for example \\dc1\bank\folder1 is the folder on \\fs1\folder1). I want to restrict users to direct access to folders on the other file servers (for…
arash
  • 51
  • 1
  • 2
5
votes
3 answers

Are we using DFS "wrong"?

We are a company that has branches across the country. We have a minimum of 1 T1 to each branch and a maxiumum of 2 T1s. We have a DFS server at each branch and at our main office. In the past week one particularly troublesome share that has some of…
Jason
  • 261
  • 4
  • 7
5
votes
2 answers

How is Distributed File System Replication (DFSR) related to Background Intelligent Transfer Service (BITS)?

I've heard these two technologies used interchangeably to describe replicating data from one location to another. I understand what each technology is, but I'm unsure of how they relate to each other. Does DFSR use BITS as the transfer mechanism?…
The Matt
  • 229
  • 3
  • 5
5
votes
1 answer

Windows Server 2016 DFS-Replication backlog issue

I have 6 servers running Windows Server 2016 File Server DFS replication. I'm having trouble with my DFS File server replication, the report generated from the health report and dfsrdiag backlog /smem:$src /rmem:$dest /rgname:$GroupName…
4
votes
2 answers

Turn off DFS Replication completely

I have an environment where there is a fileserver (physical) and a DC (virtual) with DFS replication setup by a previous tech. I've never worked with DFS before. There is about 1TB of data being replicated to a 2nd drive on the DC. I'd like to stop…
Steve Protek
  • 49
  • 1
  • 2
  • 4
4
votes
1 answer

MS DFS samba share on a Linux server working for Mac and Linux clients, but not Windows

I have a CentOS 6 machine with a simple samba share that I am trying to setup as a DFS server, so it can point clients to folders on other servers. Following the samba documentation for setting this feature up, I have added the correct lines to…
Kevvvin
  • 41
  • 3
4
votes
4 answers

Drop outs when accessing share by DFS name

I have a strange problem, aren't they all! I have a DFS root \domain\files\vms, it has a single target on a different server than the namespace. I can copy a test file set from the target directly via \server\vms$\testfiles and all is well, the…
4
votes
0 answers

Strange NTFS Permissions issue on Windows Share + Win 8.1 Clients

Server 2012 R2 file server -- the share is exposed over a DFS namespace. I have a group called "share" that all the users are members of. This group has read/write access to the root of the DFS share and a bunch of folders inside that share. Inside…
user229774
  • 81
  • 4
4
votes
0 answers

all dfs replication groups failing at the same time

We have 2 pairs of fileshare servers. All servers are virtual Windows 2008 R2. Each pair is replicating over a WAN. Occasionally all DFS replication groups fail at the same time. I could not find any relevant logs on the DFS servers. The following…
Ben Force
  • 271
  • 1
  • 6
4
votes
3 answers

What should happen when I browse to my Windows domain name via UNC?

A while back I setup a DFS namespace \\my.dom.com\somecrap. Its working great, but I've always notice something that confused me and I never asked about it. When I just browse to \\my.dom.com it appears I connect to a random DC. I can confirm what…
red888
  • 4,183
  • 18
  • 64
  • 111
4
votes
1 answer

Can I remove and re-add a replicated folder (DFS) without it replicating the files all over again?

My question (should be) fairly easy to answer. If I have server1 replicating data to server2, folder A.. and I remove the replicated folder in DFS management, then re-add this folder (perhaps in a new replication group) and link it to the same…
Kevke
  • 67
  • 2
  • 6
4
votes
3 answers

DFS and Replication mesh between 3 servers - How is a local server selected

As an example I have 3 DFS servers all on different sub-nets each with an authoritative initial share on each (\\svr1\accounts, \\svr2\sales, \\svr3\hr). I have enabled replication on all servers (mesh) so that I have the 3 shares on each server…
morleyc
  • 1,150
  • 13
  • 47
  • 89
4
votes
1 answer

What does Active, Targetset, and Active targetset mean in the Output of dfsutil /pkiinfo?

I could use some guidance in interpreting the output of dfsutil /pktinfo. Using the following example: PS C:\Users\kbrandt> dfsutil.exe /pktinfo ... Entry: \long.biz.foo\Images ShortEntry: \long.biz.foo\Images Expires in 4 seconds UseCount: 1…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
4
votes
6 answers

email output of powershell script

I found this wonderful script that outputs the status of the current DFS backlog to the powershell console. This works great, but I need the script to email me so I can schedule it to run nightly. I have tried using the Send-MailMessage command, but…
Gordon Carlisle
  • 41
  • 1
  • 1
  • 3
1 2
3
24 25