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

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
  • 128,755
  • 40
  • 271
  • 413
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
  • 1
  • 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,316
  • 31
  • 175
  • 255
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,220
  • 16
  • 58
  • 97
6
votes
2 answers

How to troubleshoot Linux in-kernel dns_resolver

Linux provides a facility that lets kernel and its modules to resolve DNS names by relying on user-space tools. This, for example, is used by CIFS to support referrals in the DFS. The problem I'm seeing is that I can't get the kernel to resolve a…
Sergey
  • 61
  • 1
  • 2
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
  • 423
  • 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
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,314
  • 12
  • 51
  • 78
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
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
  • 4
  • 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
  • 251
  • 4
  • 7
1
2
3
24 25