![]() |
[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) |
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 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 |