Link to home
Start Free TrialLog in
Avatar of LHT_ST
LHT_ST

asked on

DFS Question - sub namespace?

We currently have a DFS namespace set up named "shares" which has all our shared folders underneath it. We are running Windows Server 2008 R2.

One of these shares (Archive) is getting quite large and we would like to split it across multiple disks using DFS to keep everything easy for the users. Is this possible?

In my head we would have a second namespace below the root named Archive which would point to the different disks/folders.
Avatar of compdigit44
compdigit44

You could do the following.
1) Take the share offline and use secure copy  or robocopy to copy half of the file / folders to a new share called Archive two.

2) Remove the second half of the copied files from the source

3) COpy the Archive and Archive2 folders to your taget file servers then use DFS to point to them
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial