F5F Stay Refreshed Hardware Desktop You cannot reach the common file locations.

You cannot reach the common file locations.

You cannot reach the common file locations.

T
TheSimple
Member
229
01-02-2021, 09:41 AM
#1
Hello, I see the issue you're facing. You mentioned having three computers on your network—one Work Desktop, a Work Laptop, and a media PC for storage. The media PC has a shared folder set up, but your laptop can't access it. When you try to share from the Work Desktop, it also doesn't work for other devices. You've tried several steps: adjusting permissions, enabling SMB sharing, confirming network settings, verifying paths, and ensuring all computers are on the same network. The server runs Windows 11 while others use Windows 10, and everything is connected via Ethernet. It's puzzling why one folder works with just one device but not the rest. Did you miss any details or steps?
T
TheSimple
01-02-2021, 09:41 AM #1

Hello, I see the issue you're facing. You mentioned having three computers on your network—one Work Desktop, a Work Laptop, and a media PC for storage. The media PC has a shared folder set up, but your laptop can't access it. When you try to share from the Work Desktop, it also doesn't work for other devices. You've tried several steps: adjusting permissions, enabling SMB sharing, confirming network settings, verifying paths, and ensuring all computers are on the same network. The server runs Windows 11 while others use Windows 10, and everything is connected via Ethernet. It's puzzling why one folder works with just one device but not the rest. Did you miss any details or steps?

Z
Zach072999
Junior Member
29
01-02-2021, 11:50 PM
#2
Check the computer for the server and enter "nslookup [server name]" in a command prompt. See if it resolves the name. Also, use the server's IP address to access the share.
Z
Zach072999
01-02-2021, 11:50 PM #2

Check the computer for the server and enter "nslookup [server name]" in a command prompt. See if it resolves the name. Also, use the server's IP address to access the share.

X
xDamian360x
Member
76
01-03-2021, 11:51 PM
#3
Nslookup can handle local IP addresses, including those in shared folders. You would use it like `nslookup \\Media\Photos` to check DNS resolution for that path.
X
xDamian360x
01-03-2021, 11:51 PM #3

Nslookup can handle local IP addresses, including those in shared folders. You would use it like `nslookup \\Media\Photos` to check DNS resolution for that path.

M
Mountain_Girl
Member
172
01-20-2021, 04:04 PM
#4
Use the correct SMB path. For "Media" servers, run nslookup servername.
M
Mountain_Girl
01-20-2021, 04:04 PM #4

Use the correct SMB path. For "Media" servers, run nslookup servername.

M
machino25
Member
50
01-20-2021, 04:43 PM
#5
Thank you for the explanation. The error appears to be related to a non-existent domain when using the command.
M
machino25
01-20-2021, 04:43 PM #5

Thank you for the explanation. The error appears to be related to a non-existent domain when using the command.

B
blueburryx
Junior Member
30
01-20-2021, 05:24 PM
#6
Is the router using your preferred DNS settings or has it been configured to 8.8.8.8? It might seem like DNS is irrelevant because everything runs on Windows, but you can still access the file share using its IP address.
B
blueburryx
01-20-2021, 05:24 PM #6

Is the router using your preferred DNS settings or has it been configured to 8.8.8.8? It might seem like DNS is irrelevant because everything runs on Windows, but you can still access the file share using its IP address.

N
NRedemption
Member
67
01-20-2021, 05:41 PM
#7
Could not establish a connection with the provided IP address. The folder functions correctly when accessed via the server name instead.
N
NRedemption
01-20-2021, 05:41 PM #7

Could not establish a connection with the provided IP address. The folder functions correctly when accessed via the server name instead.

C
ClassicMan_YT
Member
140
01-20-2021, 10:00 PM
#8
I can easily set up shared folders on the server that are visible from my desktop but hidden from others.
C
ClassicMan_YT
01-20-2021, 10:00 PM #8

I can easily set up shared folders on the server that are visible from my desktop but hidden from others.

J
JacobLouis30
Posting Freak
856
01-20-2021, 10:56 PM
#9
Ensure sharing requires valid permissions for the specified username. In the hosts file at C:\Windows\System32\drivers\etc, list your three servers: 10.0.0.101 WorkDesktop, 10.0.0.102 WorkLaptop, and MediaPC (use actual IPs). Test connectivity by pinging between each device using the command prompt. After confirming reachability, access the shared folder at \\MediaPC\sharename.
J
JacobLouis30
01-20-2021, 10:56 PM #9

Ensure sharing requires valid permissions for the specified username. In the hosts file at C:\Windows\System32\drivers\etc, list your three servers: 10.0.0.101 WorkDesktop, 10.0.0.102 WorkLaptop, and MediaPC (use actual IPs). Test connectivity by pinging between each device using the command prompt. After confirming reachability, access the shared folder at \\MediaPC\sharename.

T
Tzuyu0614
Junior Member
7
01-26-2021, 11:27 AM
#10
It worked perfectly! Access is available on all my devices. Thanks!
T
Tzuyu0614
01-26-2021, 11:27 AM #10

It worked perfectly! Access is available on all my devices. Thanks!