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

Choosing a NAS system and things to watchout for

We are looking at implementing network attached storage to host some our DFS shares. Who are the good / bad vendors? Has anybody already tried this and did it work for them are there better alternatives? Are there any gotchas that we should lookout…
Jeremy E
  • 197
  • 1
  • 5
2
votes
2 answers

Distributed File System (DFS) and MS SQL 2008

There are two physical servers on which we want to install MS SQL 2008 and our application. Our application is using DB in separate *.mdf file. Our application works only on one server at the point of time. Can we create this file (*.mdf) on the…
Sasha
  • 229
  • 2
  • 5
  • 12
2
votes
6 answers

How do I find the system's disk capacity?

I run the command df -g to get the GB block sizes in the second column (left to right). If I want to get the total capacity for all hard disks, which command should I use? OS is AIX.
Vladimir
  • 179
  • 1
  • 1
  • 6
2
votes
2 answers

10tb file storage design question on media website

I have a fairly busy media website where MP3 audio files are uploaded by members and streamed / downloaded from 2 Windows servers which are load balanced at the moment...both servers simply mirror each other and are kept in sync. What we currently…
2
votes
1 answer

DFS "clobering" files

We have DFS setup using the DFS Management Administrator Tool. I turned on replication in the Distributed File System Administrator Tool as well and this morning we lost tons of files from that share. Please explain to me why this was wrong and if…
Jason
  • 261
  • 4
  • 7
2
votes
1 answer

DFS replication and disk quotas on Windows 2008 R2 file servers

How is disk quota treated in a DFS environment? Do quotas also get replicated to member servers? How do you setup quotas and file screening for this kind of environment? I'd like to know your experiences in setting this up.
FrancisV
  • 1,766
  • 3
  • 16
  • 18
2
votes
3 answers

Windows Server 2008 R2 + Active Directory / DNS Server / DFS

I have two public dedicated web servers that I want load-balanced using windows NLB. I want to take advantage of DFS replication to keep all my files in sync between the two servers. To do this I need to configure Active Directory, which also…
2
votes
0 answers

What is the unattend.txt entry to install DFS Replication Diagnostic and Configuration Tools?

I'm trying to make an unattend.txt-style file to use with sysocmgr.exe to verify certain Windows 2003 R2 components are uninstalled. I've been able to find most of them, but I can't find any reference to the proper [Components] entry for "DFS…
Adam Brand
  • 6,127
  • 2
  • 30
  • 40
2
votes
1 answer

Replicate the same source folder to multiple end points, with a different schedule for each end point

I'm trying to make a set of folders (about 8 gig) that get updated monthly to replicate out to nine branch locations. They are connected via VPN back to head office with 1.5Mbit aDSL links. I've got Win Server 2008r2 at all ends. I'd prefer to…
furicle
  • 121
  • 4
2
votes
5 answers

A simple Volume Replication Tool for large data set?

I'm looking for a solution to the following: Server A (Site A) - Win 2008 R2 - approx 10TB (15TB max) of data - well over 8 million files Server B (Site B) - Win 2008 R2 I want to assynchronously replicate Server A's volume to a volume on Server…
Jin
  • 21
  • 1
  • 2
2
votes
2 answers

Mount a Windows DFS Namespace in Linux

I've got a Windows DFS setup with a few namespaces, and I need a way of accessing them via CentOS. Any ideas? I've had a look at CIFS mounting, but it won't support the namespace (each separate server that hosts the content is fine, but that defeats…
giggsey
  • 83
  • 1
  • 1
  • 9
2
votes
2 answers

Use DFS with Mac OSX

Windows Server DFS (Distributed File System) isn't supported on Mac OSX. E.g. the user can't connect to DFS root and browse the file structure but has to connect to each server separately. What is the best (and inexpensive) way to get it to work…
Patrick Wolf
  • 161
  • 6
2
votes
4 answers

File Server Migration from Windows 2000 Standalone to Windows 2003 Cluster to Windows 2008 Cluster with DFS

We are migrating our fileservers again. The original servers were all standalone Windows 2000 Servers. They were migrated to a Windows 2003 cluster with about 10 Servernames that directly represented the standalone servers they replaced. The…
Jim March
  • 997
  • 3
  • 8
  • 17
2
votes
2 answers

Can not access DfsrPrivate

I've set up DFS-R between three servers, and so far, it is replicating everything as its supposed to. The problem is, I can not access the DfsrPrivate folder. Where is it located? So far I see the link/shortcut from within my replicated folder. But…
psalomonsen
  • 147
  • 1
  • 1
  • 8
2
votes
4 answers

DFS-R or WAFS for Syncing 1TB Files between remote sites

We have 1TB of files that we wish to keep in sync between three locations. This data consists of around 1.5 Million files which grows/changes at an average of 100MB/day. The first location is a Queensland office which has a dedicated ADSL2+ syncing…
person