Moode Forum
[PROBLEM] SCAN mount using SMB - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] SCAN mount using SMB (/showthread.php?tid=4696)

Pages: 1 2 3


RE: [PROBLEM] SCAN mount using SMB - TheOldPresbyope - 02-02-2022

FYI, here's the command used by moOde to determine which protocol versions (aka dialects) are accepted by the SMB server as configured

Code:
nmap <hostname or IP> -p 139 --script smb-protocols


Here I use it to probe a moOde player

Code:
kreed@T520:~$ nmap pi3a.local -p 139 --script smb-protocols
Starting Nmap 7.80 ( https://nmap.org ) at 2022-02-02 17:27 EST
Nmap scan report for pi3a.local (10.0.0.209)
Host is up (0.0045s latency).

PORT    STATE SERVICE
139/tcp open  netbios-ssn

Host script results:
| smb-protocols:
|   dialects:
|     NT LM 0.12 (SMBv1) [dangerous, but default]
|     2.02
|     2.10
|     3.00
|     3.02
|_    3.11

Nmap done: 1 IP address (1 host up) scanned in 0.71 seconds


Regards,
Kent


RE: [PROBLEM] SCAN mount using SMB - TheOldPresbyope - 02-03-2022

@DaveJohnsonOtt

I just posted Common problems mounting SMB music sources in the FAQ and Guides forum. You may find it helpful.

When I can find some more free time, I'll compose a post about some of the command line tools which can help.

Regards,
Kent