![]() |
[SOLVED] Cannot connect 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: [SOLVED] Cannot connect NAS (/showthread.php?tid=7571) Pages:
1
2
|
RE: Cannot connect NAS - TheOldPresbyope - 03-28-2025 At the risk of asking the obvious, have you tried guest access? By this, I mean configuring the SMB server to allow guest access to the share(s) in question and then telling moode the Userid is "guest" (case doesn't seem to matter) with no, e.g., blank password. As an aside, I also have tested mounting SMB shares which do not allow guest access. Works a treat for me. What trips up some here is that SAMBA maintains its own list of user passwords for security reasons. It can be configured to sync them with the system's user passwords but that is not a requirement. My experience has been that less is more in setting up a SMB server. I usually accept the default configuration when I install the package on a Linux host and customize individual shaves only as needed. I haven't had to fiddle with protocol version settings in a long time (MS WIndows is/was usually the b*stard to deal with).. If you look at moOde's /etc/samba/smb.conf you'll see a reasonably minimalist setup including the individual share parameters. Regards, Kent PS - Here's what I get from one of my moOde players using only guest access and no advanced setting changes. Code: rho@sunroom:~ $ mount RE: Cannot connect NAS - pagandan - 03-28-2025 Thank you for the tips. I have tried guest accounts, but without any luck. I just noticed that the NAS share is available on my network, and that I could connect to it. So I will look at the smb.conf on moOde as you suggest. The example that you shared has a lot more options than mine. I guess that it is because it's from a much later version (9.3?). Because I have several pi zero's I am running 8.3.9. I am pretty certain now that it isn't anything at the moOde side of things. Sorry ![]() RE: Cannot connect NAS - pagandan - 03-28-2025 PROGRESS!!! I copied the smb.conf from moOde to my server. Thanks Kent, I don't know why didn't I think of that earlier :/ It now (half) works. Authentication still fails on my main shares, but I managed to add a read only share of my music with guest access. I am now rebuilding my music database... which on a Pi Zero is going to take some time ![]() As with most problems, it looks like there were actually two problems, as there is an issue on my local network and nebios. But I will sort that later. I can access my music again. I really thought this was an issue with moOde, not with samba and my network. So sorry for posting here, but massive thanks to everyone for the help. I couldn't have got this working without your help. Thank you! Now I can get on with the fun stuff, and not to mention enjoy using moOde ![]() RE: Cannot connect NAS - Tim Curtis - 03-28-2025 (03-28-2025, 02:23 PM)pagandan Wrote: in dmesg I now get the following errors : On my end a cifs mount looks like this in dmesg. Note the forward slashes. Code: [13553.813120] CIFS: Attempting to mount //MOODE/NVMe RE: Cannot connect NAS - TheOldPresbyope - 03-28-2025 (03-28-2025, 04:46 PM)Tim Curtis Wrote:(03-28-2025, 02:23 PM)pagandan Wrote: in dmesg I now get the following errors : The message CIFS: VFS: cifs_mount failed w/return code = -13 just means "permission denied", but its presence also means the driver did reach the server. As in Tim's case, on a moOde 9.3.0 player I see logged to the journal Code: sunroom kernel: CIFS: Attempting to mount //OMV1.local/Music1 Had the mount failed there would be more. Regards, Kent RE: Cannot connect NAS - pagandan - 03-28-2025 How do I mark this as solved please? RE: Cannot connect NAS - TheOldPresbyope - 03-28-2025 (03-28-2025, 05:43 PM)pagandan Wrote: How do I mark this as solved please? Go back to your first post. Select Edit>Full edit. Select the prefix you want in the header box. Save. Done. Regards, Kent |