\\domain\sharefolder VS \\computername\sharefolder

This is a discussion about \\domain\sharefolder VS \\computername\sharefolder in the Windows Networking category; Hello there. . . What is the difference between - \\domain\sharedfolder and - \\computername\sharedfolder where domain is Windows 2003 server domain and computername is the name of the same computer.

Windows Networking 2246 This topic was started by , . Last reply by ,


data/avatar/default/avatar26.webp

134 Posts
Location -
Joined 2001-08-02
Hello there...
 
What is the difference between
- \\domain\sharedfolder and
- \\computername\sharedfolder
where domain is Windows 2003 server domain and computername is the name of the same computer...
 
When I am trying to access shared folder over \\domain I can't get the access:
 
 

Quote:---------------------------Download
---------------------------
\\domain\sharedfolder is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
 
 
 
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
 
 
---------------------------
OK
---------------------------

 
When everything works okay if I try to access the resource over \\computername\sharedfolder
 
Everything is the same if I am logged on to the domain or if I am not...
 
Folder has the following users set to "Full Control":
- Administrators
- Creator owner
- Domain Users
- Domain Admins
- Everyone
- SYSTEM
- Users
 
I can see all the shares through \\domain\, I just can't access them... And I wonder why...
 
Thanks,
-Andrej

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Apr 25
Created
Apr 27
Last Response
0
Likes
1 minute
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
To get a domain share working, instead of \\computername\share, you'll need to implement DFS. (Distributed filesystem)
I've not set that up myself perhaps someone else can toss a bone here.

data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
Withut dfs yo'd just do \\computername\sharename, the doain isnt needed because each machine will have it's own name. (You don't name machines the same in your network, it would be chaos.)
 
I'm not saying for sure it can't be done, as I have not actually tried.