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
2
votes
1 answer

Windows Server 2008 R2 DFS Replication - Which files are replicating?

Windows Server 2008 R2 DFS Replication Is it possible to see which specific files are replicating in real time using a GUI or command line tool or in a log somewhere? I didn't see this in the DFS health reporting, in the DFS event viewer, or the DFS…
caleban
  • 1,116
  • 5
  • 18
  • 34
2
votes
1 answer

Windows Server 2008 R2 DFS Root Namespace Required?

I would prefer to set up our DFS such as: \domain.local\users \domain.local\customers \domain.local\support etc. Is this a problem? Do I need to instead set all of the above folders as targets under a root such…
caleban
  • 1,116
  • 5
  • 18
  • 34
2
votes
2 answers

How do I configure DFS replication using the command line?

I'm in the process of making a script to automate DFS creation and replication for an exam I have next week. So, assuming I have a namespace: dfsutil root adddom \\Foo\bar 'My namespace' And I have a link: dfsutil link add \\Foo\Bar\CoolStuff…
zneak
  • 328
  • 2
  • 14
2
votes
1 answer

Can't resolve offline file conflicts

We use roaming profiles on our Server 2008 R2 domain, with folder redirection for 'desktop', 'my documents' and 'application data'. But as our network is split across two sites, we have one file server at each site, which are configured to use…
Bryan
  • 7,628
  • 15
  • 69
  • 94
2
votes
1 answer

Forcing DFS replication on Windows 2003 Web Edition SP2

I have a pair of web servers running Windows Server 2003 Web Edition SP2 (build 3790). There servers are a on a Gigabit LAN and are on the same subnet. I created a new link on the 1st server and added the second box as a target to the link. I…
Greg B
  • 1,598
  • 5
  • 17
  • 32
2
votes
1 answer

Is it possible to extend the Active Directory schema in a Windows 2003 DC (NOT R2) to support DFSR?

We're in the process of installing a brand new Windows Server 2008 Web cluster and we would like to synchronize some files between the servers. The problem is that the DC in the domain is an old Windows Server 2003 Standard (NOT R2) which apparently…
JohannesH
  • 369
  • 2
  • 5
  • 21
2
votes
2 answers

Backup hardware and strategy on distributed Windows Server 2008 network

This question is a follow up to this. We have a Windows Server 2008 R2 domain over a network that spans two different buildings, linked by a 100-Mbps point-to-point line. Over 60 users work in the organisation. We are planning to use DFS folders and…
CesarGon
  • 440
  • 3
  • 14
  • 27
2
votes
3 answers

Feasibility of Windows Server 2008 DFS replication over WAN link

We have just set up a WAN link that connects two buildings in our organisation. The link is provided by a 100-Mbps point to point line. We have a Windows Server 2008 R2 domain controller on each side of the link. Now we are planning to set up DFS…
CesarGon
  • 440
  • 3
  • 14
  • 27
2
votes
1 answer

How to enable Kerberos delegation from SQL Server to DFS File Share

I am trying to enable my MSSQL database users to BULK INSERT / OPENROWSET() a CSV file that is stored on our DFS/cifs/smb network shares. Initial Setup I have the MSSQL service set to run as a domain user account, EXAMPLE\svc_mssql, and have added…
JoeNahmias
  • 175
  • 6
2
votes
0 answers

DFS Provider Cache

My organization has multiple mapped drives that target DFS paths such as \\domain\HOME\HomeDrives\username. When trying to access one of the mapped drives after connecting to VPN, the following error occurs: An error occurred while reconnecting U:…
2
votes
1 answer

DFS Replication 25000 Event 4308 per minute

TL;DR in bold Hello, I have set up a new DFS Namespace and Replication for a software and user share from an older 2012R2 server to a newer 2019 server that we wish to migrate to. I've left the servers running for several days now but there does not…
1
vote
1 answer

Distributed File System (DFS) behavior with link folders and drag and drop and move/copy

Summary: If a user copies one link inside a DFS share into another link in that same DFS share, what happens? Also, what happens if a user copies a DFS link into a local folder on the hard drive or their Desktop? For our small-medium business…
Disco
  • 17
  • 6
1
vote
0 answers

Upgrade from Win 7 to WIn 10 causing slowness due to home folders on DFS share

I have my home folders pointing to DFS share. Problem started when I am trying to upgrade my windows 7 to Windows 10, it is trying to scan thousands of profiles on the DFS instead of the system local profiles which is taking hours for the upgrade to…
Mezz
  • 11
  • 1
1
vote
0 answers

NTFS treating files as temporary without T attribute, and not replicating over DFS

I have found a folder of files that are failing to replicate between my DFS servers, and I can't find any documented reason why. Here are some examples: FileName Attributes package_2019-08-09-11-07.zip.filepart …
Cpt.Whale
  • 307
  • 3
  • 11
1
vote
1 answer

DFS Namespace Resolution without netbios - Why does it work

So, my problem is not that something does not work. But that it works, and I cannot figure out why. Short version: I am able to access \\mydomain\MyDFSRoot even though netbios/LLMNR is off, and DNS-entry mydomain.mydomain.locale does not exist. I…
Zerqent
  • 336
  • 2
  • 8