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
1
vote
2 answers

Where are the Kerberos time outs in Windows 2008R2?

We have a DFS share that redirects users to a EMC CIFS share. Several end users are unable to access it and get the following Kerberos Security warning: The System Detected an attempt to compromise security I believe it's because the Kerberos…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
1 answer

AccessEnum recursion depth

I'm putting together a quarterly audit script and I'm trying to provide information to data owners about the groups they administer. The most difficult aspect of this operation is determining to which folders a particularly Active Directory group…
Chad_C
  • 11
  • 1
1
vote
1 answer

How do I rename DFS shares?

Is there an easy way to rename the DFS shares, some of the folders have changed function and we would like to update this with their names?
neal
  • 13
  • 1
  • 4
1
vote
2 answers

Which is the most reliable means of copying archives using binary deltas across Windows SMB shares?

I've been searching for the quickest way to copy some WAR and JAR files for huge software deployments between Windows systems. Clearly, multithreaded robocopy or any rsync protocol implementation will offer some increase in performance, but I'd like…
user95694
  • 111
  • 2
1
vote
1 answer

How to change Windows DFS replication log file path?

I have enabled DFS replication for a couple shares on my Windows Server 2003 machine and it works fine, except that I would like the debug logs to be written to a different drive (it logs in to the windows folder on the C drive by default) and also…
Scott Szretter
  • 1,882
  • 11
  • 43
  • 66
1
vote
2 answers

Create DFS replica from a NAS drive

We have two offices, at two different locations. In one we have a NAS, with some shares. We also have a Domain Controller using Windows 2003 R2. We have setup a second Domain Controller using Windows 2003 R2 to put that in the second office. What we…
Mark
  • 573
  • 6
  • 15
1
vote
0 answers

Windows 2008 R2 DFS keeps MS office work-files

We have started using the DFS sharing functionality in Windows 2008 R2 (previously we used regular shares on Windows 2003), and noticed that for every office document we work on, it's work-file (filename starting with ~) is kept on the DFS-shared…
SyRenity
  • 3,179
  • 11
  • 57
  • 79
1
vote
1 answer

Access to DFS shares fails after reboot

I'm using DFS to access varios shares on a server using a domain namespace - like \mydomain.local\docs. The DFS shares are not replicated. The shares are located on a DC After rebooting the host the shares become unavailable from the client machines…
Ian Murphy
  • 1,349
  • 4
  • 19
  • 30
1
vote
1 answer

What are DFSR's hardware requirements?

I'm currently looking into implementing DFSR, with the following setup: 2 Offices in the US 2 Ofices in Europe The offices are currently using a NAS where I just copy stuff when needed, and have VPN connectivity over 20MB lines. It will be around…
Florent Courtay
  • 646
  • 7
  • 16
1
vote
1 answer

How Does DFS Replication in Windows 2008 Handle Write/Delete in Rapid Succession

We'd like to replicate a mail drop folder between two servers; however, as files are written to the source folder, a timer job on that server is also regularly processing and deleting them, meaning they may not last very long. My question is: does…
1
vote
1 answer

Does a domain DFS root have to be \\somedomain.com or can it be \\arbitraryname.somedomain.com?

Does a domain DFS root have to be \\example.com or can it be \\arbitraryname.example.com? DNS can still point arbitraryname.example.com to multiple servers — even domain controllers. I want to point example.com to a corporate webserver. I can't do…
mmm
  • 11
  • 1
1
vote
1 answer

Windows 2008 R2 | DFS Replication skipping certain files & permissions

We have universal namespace, i.e. us.company.###.com and within that we have DFS shares set as \us.company.###.com\company We've recently notice certain directories are not replicating correctly. The directories have the exact same security and…
Todd
  • 11
  • 1
1
vote
4 answers

Unable to install DFS Namespaces feature on 2008R2/SP1

I have a totally fresh install of Windows Server 2008 R2 Standard Edition and have applied SP1 to it (not slipstream). It is a member of company domain and I'm logged on as domain administrator. Now I'm trying to install the full suite of DFS roles.…
nbevans
  • 742
  • 1
  • 6
  • 13
1
vote
0 answers

Is IIS caching DFS referrals under a different context to my local user account?

We're migrating the main media store for our website to a new server. I'm investigating using distributed file system (DFS) to do this, so that instead of replacing all the hard-coded references to \\oldserver\media with \\newserver\media in our…
Dylan Beattie
  • 576
  • 3
  • 9
  • 24
1
vote
1 answer

Occasional "Could not load file or assembly" in asmx WebService on IIS and DFS

We have a handfull of ASMX web service hosted on two identical Windows Server 2003 boxes. The virtual directory for the web services is loaded in a DFS share, both servers point to the same share. We have a load balancer between the internet and the…