![]() |
Synology NAS - 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: Synology NAS (/showthread.php?tid=4916) Pages:
1
2
|
RE: Synology NAS - the_bertrum - 07-01-2022 (07-01-2022, 09:28 AM)EarsOfAnEagle Wrote: One thing to check, is that the SMB version mount flags (specifically the VERS= ) is compatible with the minimum SMB protocol version specified on your Synology NAS. Alternatively, the vers= flag can be left off the string and moOde will negotiate the highest mutually compatible version. RE: Synology NAS - Tim Curtis - 07-01-2022 The moodeutl options below can be helpful in troubleshooting Samba networks. Code: # moodeutl RE: Synology NAS - TheOldPresbyope - 07-01-2022 Folks, moOde keeps improving in ways that aren't always obvious. (Shout out to Tim!) If you look at the code which scans for SAMBA shares and connects to them, you'll see changes have been occurring. Consult the release notes. Tim has made things even more convenient by adding options to the utility moodeutl so you can see what moOde sees. Quoting from the relnotes for 8.0.2 Quote:- UPD: Add -c (Detect highest CIFS protocol version) to moodeutl Here's some snippets from a 64-bit moOde 8.1.1 player on my LAN: Code: # First, let's find some interesting hosts Whether I tell moOde to use the IP address or the domain name of the Synology NAS, and with no other manual editing of the configuration, I see that moOde has mounted the share using protocol version 3.1.1. Here's a snippet of the output from mount Code: pi@m81pi3a64.local:~ $ mount moOde no longer blindly sets a vers= option. Instead uses the highest value it can negotiate with the remote SAMBA server. Unless there's something really twee about your NAS configuration, there is no need to manually edit in a vers=x.y value. Regards, Kent PS - I may be a time zone ahead of Tim but I'm always 5 minutes behind him. RE: Synology NAS - the_bertrum - 07-01-2022 (07-01-2022, 11:00 AM)TheOldPresbyope Wrote: PS - I may be a time zone ahead of Tim but I'm always 5 minutes behind him. You use that extra 5 minutes so well though. Here is some output from one of my players that has a successful mount to a Synology NAS (at "Claudia.local/music"), but never sees the host in a scan: Code: pi@Prometheus:~ $ moodeutl -n The other three hosts found by -n command are my three moOde players, and all their shares show up in the moOde UI. RE: Synology NAS - Relocated2007 - 07-06-2022 Wow, topic developed well. I agree they host.local/music is working always, but SCAN never find anything, but thanks to Tim added moodeutl it is easier to find where to follow and find a solution. In regards to Volumio I have no idea how they doing but when I swap sdcard on the same Pi4 with volumio they just automagically can scan find and update the library even in the free version, just saying no critic to moode as it is an awesome player/streamer, and kind of sounds better more full. Anyway Thanks to everyone who contributed to that topis as it only improve our understanding and product itself. |