• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 2008 R2 file server

noxipoo

Golden Member
With Windows 2008 R2 file server, is there a way to share directories on multiple drives as one root share?

Example.

Server1

Code:
D:\dir
E:\dir
F:\dir

Each of the above has multiple unique directory names. (data123, data246, etc)

Can I share it so people can go to \\server1\foldershare\ and see all the sub-directories in the drives above? I have used junction points and symbolic links in the past but there are too many sub-directories in this case. It is also not a cluster.
 
As said above, publish a namespace via DFS (on a domain). If this is in a production environment, please read up on all of the issues you will run into with DFS, the worst being no indexing on the file server using native indexing.
 
Back
Top