nerdexam
Linux_Foundation

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.

Submitted by lars.no· Apr 18, 2026Service Configuration

Question

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 most likely cause of this?

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)
  • A
    2% (1)
  • B
    91% (40)
  • C
    2% (1)
  • D
    5% (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.

AThe user entered the wrong username and/or password.

Incorrect username/password would typically result in an access denied error, not an inability to browse the network itself, especially for a public share.

BThe nmbd process is not running on the Samba server.Correct

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.

CThe user hasn't mapped the share to a local drive letter yet.

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.

DThe Samba server is not configured as a Domain Master Browser.

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

#Samba#nmbd#Network Browsing#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full LFCS Practice