Why Can't My Windows XP Desktop Access Shared Folders on Ubuntu 10.04?

  • Thread starter minger
  • Start date
In summary, I am having a home-networking issue with three machines. All three machines share a folder, but when I try to access the files on one of the machines from another (Desktop B in this case), it doesn't work. I'm not sure if it's the DNS, or something else, but I'm going to try to fix it.
  • #1
minger
Science Advisor
1,496
2
Hi guys, I am having a home-networking issue. It's something that's been around for a while and I'm really just now needed to get it fixed. Here's the lowdown:

I have three machines, desktop A with Windows XP, a Windows Vista laptop, and a desktop B which dual-boots Windows XP and Ubuntu 10.04. Both desktops have shared folders.

When desktop B is booted into Windows, everything seems to work OK.

However, when desktop B is booted into Linux, things are fishy. I am using Samba for the sharing. Desktop A cannot see nor access desktop B shares in any way. From desktop B I cannot "see" desktop A via Network Location, nor can I get the share via the computer name. However, I can access the share by IP address. i.e.:
//desktopA/Media - doesn't work
192.168.1.100/Media - works

This initially made me think there was some sort of problem with my hosts file. However, upon looking at it, it seems to be correct. Both desktop machines are using the same DNS servers and nameservers.

What is even more weird is that my laptop can see the linux box. If I open up Network Places, I can see both the windows and linux shares (I can't access the Samba shares, I still have some permissions debugging to do).

So, after realizing this, I figured that the DNS is probably OK. After all, my laptop is properly seeing the shares. So...simply put, I'm a little confused. If anyone has anything I might be able to try, I'd appreciate it. I suppose I could set a static IP on the linux box and just share the IP, but I'd rather fix the problem than just bandaging it.

Thanks,
 
Computer science news on Phys.org
  • #2
Check the DNS client service is running on the windows machine.
Without it you can't find a server by MS network name.

However MS uses a rather 'interesting' system for creating the equivalent of a name server on the network. It ranks OSes by professionalness and if they are all the same they vote and pick one at random.
 
  • #3
The service is running. As I mentioned, while Desktop B can fully use Desktop A's shares while booted into Windows. From the laptop I can see Desktop A in the network as the computer name. It appears as if DNS is working properly on that machine.

Something else slightly weird is that from the laptop (WinVista) I can see the Samba shares, while the Windows XP box cannot. I mean, when Desktop B is in Windows, everything works fine, but in Ubuntu, things are screwy. Based on this, I should be able to conclude that it's the Linux distro causing the issues, but everything appears to be fine.

I'm just at a loss.
 

What is DNS?

DNS stands for Domain Name System. It is a hierarchical decentralized system that translates domain names (e.g. www.example.com) to IP addresses (e.g. 192.168.0.1) so that computers can communicate with each other over the internet.

What is the difference between DNS and /etc/hosts?

/etc/hosts is a local file on a computer that maps hostnames to IP addresses. It is used by the computer to look up IP addresses without having to query a DNS server. DNS, on the other hand, is a centralized service that manages the mapping of domain names to IP addresses for the entire internet.

What is a DNS problem?

A DNS problem can occur when there is an issue with the DNS server or the DNS configuration. This can result in websites not loading, emails not being sent or received, or other networking issues.

How do I troubleshoot a DNS problem?

To troubleshoot a DNS problem, you can try clearing your DNS cache, checking your network settings, and testing with different DNS servers. You can also use tools like nslookup or dig to diagnose DNS issues.

What are some common causes of DNS problems?

Some common causes of DNS problems include misconfigured DNS settings, DNS server outages, incorrect DNS records, and DNS cache issues. Network connectivity issues or malware can also cause DNS problems.

Similar threads

  • Computing and Technology
Replies
6
Views
3K
  • Programming and Computer Science
Replies
13
Views
2K
  • Computing and Technology
4
Replies
123
Views
15K
Replies
1
Views
10K
  • Computing and Technology
Replies
13
Views
8K
Replies
6
Views
5K
Replies
2
Views
5K
  • Computing and Technology
Replies
4
Views
3K
  • Computing and Technology
Replies
2
Views
4K
  • Computing and Technology
Replies
2
Views
3K
Back
Top