This is my first real foray into blog posting. This was originally written for someone that had recently implemented Microsoft DFS Replication and was having a bit of trouble. Having dealt with some evil DFS replication issues in my past, I thought it would only be proper to lend a helping hand. I have decided to share these tidbits with the world so that hopefully it helps someone else out in the future.
So here goes:
File Quotas are a pain - File quotas in DFS replication can burn you – hard. The DFS health report will come up with an error about being out of disk space, but will not reference anything to do with file quotas. Essentially, DFS will try to replicate a file that has ownership to a user. The user will have filled up it’s quota at one side of the replication. When this occurs, DFS will error out. If you decide to setup user folders with quotas and DFS, make sure that you use FSRM and set up the quotas to email the users when they are rea ...