My new Tara PC appears twice on a network browse - both with "(File Sharing)" appended to the host name (I've not seen that before) It appears this way on all networked PCs. File sharing works as it should, no issues there, it's just this weird appearing twice thing - it's as if two samba sessions are running. If I do 'sudo service smbd stop', both 'host name + "(File Sharing)" entries go to be replaced by simply the host name. Obviously, the host is then no longer browseable . 'sudo service smbd start' sees both entries reappear and the host is again browseable.
sudo service smbd status shows...
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: ena
Active: active (running) since Thu 2018-09-20 15:09:58 CEST; 2s ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Main PID: 4620 (smbd)
Status: "smbd: ready to serve connections..."
Tasks: 4 (limit: 4621)
CGroup: /system.slice/smbd.service
├─4620 /usr/sbin/smbd --foreground --no-process-group
├─4622 /usr/sbin/smbd --foreground --no-process-group
├─4623 /usr/sbin/smbd --foreground --no-process-group
└─4624 /usr/sbin/smbd --foreground --no-process-group
Sep 20 15:09:58 Gerard systemd[1]: Starting Samba SMB Daemon...
Sep 20 15:09:58 Gerard systemd[1]: Started Samba SMB Daemon.
Can someone point me in the direction of resolving this intrigue? Thanks

Edit: attached screen shot shows what I mean (Gerard is the new Tara PC)