LFCS · Question #573
After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the…
The correct answer is B. The nmbd process is not running on the Samba server. This question identifies the most likely cause of an 'Unable to browse the network' error when clients try to access a public Samba share.
Question
Options
- AThe user entered the wrong username and/or password.
- BThe nmbd process is not running on the Samba server.
- CThe user hasn't mapped the share to a local drive letter yet.
- DThe Samba server is not configured as a Domain Master Browser.
How the community answered
(44 responses)- A2% (1)
- B91% (40)
- C2% (1)
- D5% (2)
Why each option
This question identifies the most likely cause of an 'Unable to browse the network' error when clients try to access a public Samba share.
Incorrect username/password would typically result in an access denied error, not an inability to browse the network itself, especially for a public share.
The `nmbd` daemon in Samba is responsible for NetBIOS over IP name services, including network browsing and name resolution; if it's not running, clients will be unable to browse the network for shares.
Mapping a share to a local drive letter is an action taken after a share is discoverable, not a prerequisite for being able to browse the network.
While being a Domain Master Browser is important for efficient browsing, the absence of this role wouldn't prevent basic network browsing entirely if other nmbd instances were operational, and the error specifically mentions inability to browse, pointing to `nmbd`.
Concept tested: Samba nmbd daemon functionality
Source: https://www.samba.org/samba/docs/current/manpages/nmbd.8.html
Topics
Community Discussion
No community discussion yet for this question.