> On Thu, 4 Dec 2008 18:41:12 +0900, "Barkley Bees" <barkbees[ at ]nomail.com>
> wrote:
>
>>Thanks for the answers. As mentioned before, mine is setup as
>>\\domain\users\ with the user folders in that directory. When I create the
>>actual user folders via AD Users & Computers (multiselecting a batch of
>>test
>>user accounts - home folder: \\domain\users\%username%) the folders are of
>>course created but I notice they do not appear in the DFS Management
>>console
>>namespace tab. Of course I can create a folder on the Namespace tab and it
>>appears in the users directory but I am left to wonder what the difference
>>is between the two ways of creating folders?
> I do not know why the folders do not display in the DFS Management
> console, I
> have never tried to have non DFS managed folders within the DFS root.
>
> In my opinion this is a poor design because you have no control over the
> replication. All DFS root servers get a replicated copy of the content of
> the
> DFS root and you cannot change that. This means that many GB of data will
> be
> moved between the root servers when they synchronize. There is no
> interface for
> managing the schedule or any other parameters. You may be able to via
> DFSUTIL or
> registry changes but the system is not designed to be used in this way so
> I
> would not be surprised to find a future update changing things in a way
> the will
> break your system. You should change the design to have
> \\Domain\DFSRoot\Users
> where Users is a link to a \\server\users($) share where the actual
> %username%
> folders are stored. If you want replication of the Users folders then
> simply set
> it up when you add a second link to another server share. This will be far
> more
> flexible. You may have 2 replicated copies of the "Users" folder, no
> replication
> on the "Public" link or any other combination you desire. The way you have
> things will not allow you to expand the system for future needs, to change
> target servers etc.
>
> (A side note: Be careful with the NTFS permissions in the physical DFSRoot
> folders, these are not replicated but inherited from the parent folder
> when the
> root server is set up. I had one copy with Admin=F/C + Everyone=R and the
> other
> as Everyone=F/C. It took me some time to figure out how people were able
> to add
> files to the root because when I looked I saw the more restricted
> permission
> set)
>
>
> If you have not yet read "How DFS works" on
>
http://technet.microsoft.com/en-us/library/cc782417.aspx> You may find it very useful. I can't say I remember it all but it sure
> helped me
> understand why I needed to be careful with the design.
>
>
>>
>>If may ask, why did you create them as hidden shares ($)?
> So users will connect to the DFS paths and not the server UNC path (I know
> this
> is not enforced). If users connect to the UNC name directly I loose to
> ability
> to move the share to a new server and simply change the link in the DFS
> console
> to point to the new location. Instead I have to get all clients to change
> their
> configuration.
>>
>>* that said, I am considering going with the route you suggested David
>>(\\domain\dfs\users or similar). Not sure what the 'best practice' would
>>be
>>in this case though.
>>
>>
>>
>>"DaveMills" <DaveMills[ at ]newsgroup.nospam> wrote in message
>>news:u71fj45fv6vvkikaok95qgb335m1i5e6ml[ at ]4ax.com...
>>> What I have done is
>>> a) Create a DFS root like you. I called mine Storage so I have
>>> \\domain\storage
>>> b) Added various folders to storage e.g. Users, Public, Confidential
>>> c) Added links in these above folders the point to the physical data
>>> location
>>> via it \\server\share reference. e.g.
>>> \\domain\storage\public ---> \\server\public$
>>> For home folders I added another layer so I can have home folders on the
>>> department own servers
>>> \\domain\storage\users\legal ---> \\legalserver\users$
>>> \\domain\storage\users\engineers ---> \\engineersserver\users$
>>>
>>> No data is ever stored directly in the DFS folder only Links are put
>>> there.
>>>
>>>
>>>
>>>
>>> On Wed, 3 Dec 2008 19:08:34 +0900, "Barkley Bees" <barkbees[ at ]nomail.com>
>>> wrote:
>>>
>>>>I am setting up DFS (R2) right now with namespaces and replication. I
>>>>think
>>>>I may be making a fundamental mistake though with the structure. I will
>>>>only
>>>>be using it for user folders at this time so I:
>>>>
>>>>- created my namespace server: Server_A
>>>>- Namespace name and settings: USERS (E:\DFSRoots\USERS\) <- Shared the
>>>>Users folder
>>>>
>>>>
>>>>Everything is great up to this point as I can now see "\\domain\users".
>>>>When
>>>>I go to the Namespaces folder on the DFS Management conosle and drill
>>>>down
>>>>to \\domain\users I don't see anything in the "Namespace" tab on the
>>>>right.
>>>>I can of course add folders from but the existing subfolders under
>>>>"USERS"
>>>>don't appear here.
>>>>
>>>>Have I made "USERS" the DFS Root in this case? Should I be instead be
>>>>structuring it so that "USERS" is a namespace folder? I'm a little lost
>>>>now..ugh! Thanks.
>>>>
>>>>
>>>>
>>> --
>>> Dave Mills
>>> There are 10 types of people, those that understand binary and those
>>> that
>>> don't.
>>
> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that
> don't.