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

Can you raise the domain functional level to windows server 2016 and have DFS running on windows server 2012 r2?

I have 2 DC's that are both Windows Server 2016. We have one DFS server running Windows Server 2012 R2 but all of the namespaces are 2008 compatability mode. Our Domain Functional Level is at Windows Server 2012 R2. If I were to raise it to…
6
votes
1 answer

Monitoring DFS namespace usage

I have a target within my DFS namespace that was originally created with an incorrect spelling in the name, the underlying share is correct. It didn't get noticed for a couple years though. I have created a new target with the corrected name, and…
Zoredache
  • 130,897
  • 41
  • 276
  • 420
6
votes
2 answers

How can I find my DFS namespace servers?

I'm taking over for a prior admin who created several DFS namespaces in our Active Directory infrastructure. The prior admin did not document any of the structure of our DFS, so I don't even know what my DFS namespace servers are. I was able to find…
Thomas
  • 890
  • 4
  • 18
  • 37
6
votes
1 answer

DFSr detected that a file was changed on multiple servers, but "winning" file and that moved to conflicts folder have same hash

We've just deployed a new DFS replication system between two Windows 2012 R2 servers. We cloned the DFSr database using MS's recommendations…
obrienmd
  • 261
  • 2
  • 5
6
votes
5 answers

Windows Server - "Not enough storage available error"

We have two IIS 7 servers that run in web garden. There's a copy of every site on each server. Files are synchronized using DFS (only source files). Images & big files are located on different server using share. Atleast few time a week, we get…
easwee
  • 113
  • 1
  • 1
  • 7
6
votes
1 answer

Browsing DFS share keeps moving up a folder

I have a DFS-R namespace with three nodes. Two of the nodes work just fine, but a third node does something very strange. When you are browsing the node through the namespace, when you change into a folder it dumps you out of the folder and back…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
6
votes
1 answer

The recycle bin on (shared, redirected My Pictures/My Videos) folder is corrupted

I recently moved the target of folder redirection from a share to a DFS namespace share, ie from \\SITE1FILESERVER\Share to \\DOMAIN\Share. I seeded the DFS contents and accidently copied the recycle bin as well. Now, whenever users login they see…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
6
votes
2 answers

How to combine two Active Directory domains

I have two Windows 2008 R2 AD servers. The first, xyz.com is in a large city with fast internet. There are approximately 12 users. The second, foo.xyz.com, is in the middle of the bush on a satellite link, there are approximately 20 users. The two…
Russell
  • 169
  • 1
  • 5
6
votes
2 answers

Assign DFS share to intranet zone via GPO?

This seems like it shouldn't be hard, but I haven't had any luck with either guessing or searching. I'll admit I'm no Windows guru, so forgive me if the answer should be obvious. I'm trying to get Windows to stop giving me security warnings when I…
eaj
  • 443
  • 2
  • 4
  • 17
6
votes
2 answers

Windows DFS delayed write

I know very little about DFS filesystems but have come across an issue with one of our deployments. Our application writes files to a designated location, closes them, and then writes a record into the database. Another part of the application…
Mike Q
  • 197
  • 7
6
votes
2 answers

How do you figure out how a windows machine is resolving a share name?

We've been having some weird issues while migrating domains from one forest to another. We tried turning off the domain controllers for the old domain, and all of a sudden, a share which we used to have access to, on yet another domain, on it's own…
Benjamin Peikes
  • 1,094
  • 3
  • 16
  • 26
6
votes
4 answers

IIS7 web farm - local or shared content?

We're setting up an IIS7 web farm with two servers. Should each server have its own local copy of the content, or should they pull content directly from a UNC share? What are the pros and cons of each approach? We currently have a single live…
Richard Beier
  • 399
  • 3
  • 10
  • 17
5
votes
3 answers

Can Ubuntu/Samba access DFS shares on Windows Server?

Is there a way for Ubuntu/Samba to access a DFS path on our Windows file server? I'm primarily a Windows guy and my Ubuntu colleagues have to access the file server using regular \\server\share paths, rather than \\domain\dfsnamespace\target.
ThatGraemeGuy
  • 15,473
  • 12
  • 53
  • 79
5
votes
2 answers

Linux SMB to \\domainname ends up "tree connect failed: NT_STATUS_DUPLICATE_NAME "

Issue: From CentOS7 machine: smbclient -L %domainname%.com --user=%username% Result: tree connect failed: NT_STATUS_DUPLICATE_NAME This is especially when I try to connect to //domainname.com, which would end up being like //domainname.com/sysvol…
Mark
  • 179
  • 2
  • 13
5
votes
1 answer

DFS: File randomly missing?

We have a DFS installed on two different servers. Running health reports finds no errors and generally everything seems OK, but: On some computers, files will be saved on a DFS folder randomly, but will not actually appear on other computers or…
Jason Staples
  • 117
  • 1
  • 1
  • 9
1
2
3
24 25