We have two servers DFS1 and DFS2 which are configured as target for DFS Namespace and DFS Replication. Namespace is \\Domain.com\Files\Users\User1
whose target are \\DFS1\Users\User1
(local path D:\User1
) and \\DFS2\Users\User1
. We have also configured the DFS Replication for those paths.
In the DFS1 server, I have added a 1GB hard quota using the local path (D:\User1
) in File Server Resource Manager.
When I map network drive using
\\DFS1\Users\User1
path, it shows the total size as 1GB.When I map network drive using
\\Domain.com\Files\Users\User1
path, it shows the total size as the drive size which is 922GB.When I map network drive using
\\DFS2\Users\User1
path, it shows the total size as the drive size which is 922GB. It looks like the quota is not getting replicate with DFS.
How do I make FSRM Quota to work in DFS Namespace and DFS Replication?