Determine Size of DFS Namespace

By | 2008-11-01

You use the Dfsutil command and specify the /view switch to display the current size of a Dfs namespace, for example

dfsutil /root:\\demo.test\shared /view

where \\demo.test\shared is the root name. After you execute the command, you”ll see messages on screen similar to these:

Domain Root with 2 Links
[Blob Size: 922 bytes]

You can estimate the size of a Dfs namespace by using the following values as guides:

  • Root: approximately 300 bytes
  • Each root target: approximately 150 bytes
  • Each link in the root: approximately 320 bytes
  • Each link target: approximately 120 bytes

Of course, comments will increase Dfs namespace size, so if disk space is a problem, try to keep comments as short as possible.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.