Help Setting Up DFS Shared Folder on Windows Server Core

0
7
Asked By TechTrekker92 On

I'm trying to set up a shared folder using DFS Management on my Windows Server Core. I've created the folder on the C drive, and I can access it via File Explorer, but when I try to double-click it, I get errors related to permissions, and the DFS tab indicates it's inaccessible. Any guidance or a straightforward guide to resolve this issue would be greatly appreciated. Thanks!

4 Answers

Answered By LockedDownUser On

Avoid using the C drive for your share storage; it's generally not recommended due to potential complications with permissions and access.

Answered By FolderClarifier77 On

Just to clarify a few things: Are you using DFS Namespaces and not DFS Replication? These are managed in the same console. When you mention 'the folder', are you referring to the default 'DFSRoots' folder created by DFS Namespaces? It usually has standard permissions unless changed.

Answered By SettingPermissions101 On

You need to make sure that both share and NTFS permissions for the folder are set correctly. That's essential for accessing the folder without errors.

Answered By HelpfulAdmin45 On

I recommend checking out a guide I used a couple of years back when I set up a 3-way DFS replication between Windows file servers. Make sure you're using a Domain Admin account for these changes, and it shouldn't be your regular account. Here are a couple of helpful links to consider: [Adam the Automator](https://adamtheautomator.com/dfs-replication/) and [Microsoft's DFS Overview](https://learn.microsoft.com/en-us/windows-server/storage/dfs-replication/dfs-replication-overview).

ServerGuru88 -

Just a heads up, DFS replication and DFS naming aren't the same thing, so make sure you're clear on which one you're implementing.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

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