03-23-2022, 06:43 PM
(This post was last modified: 03-23-2022, 09:14 PM by s_mury.
Edit Reason: removed vers=3.0
)
(03-23-2022, 06:05 PM)DRONE7 Wrote:(03-23-2022, 04:32 PM)maartin Wrote:(03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin,
That is essentially what I do now to get it working (except that I need the . in fritz.box). I have the older 7490.
However, as Kent pointed out, we probably shouldn't be using SMB vers=1.0
I tried unchecking the SMBv1 box in the Fritzbox settings but I couldn't get MPD to work properly without it (though in both cases, it mounts fine and with the same permissions rwxrwxrwx)
In the absence of a fix for the SMB version, the_bertrum's suggestion is a safer alternative - connect the drive to the pi and use it as a SMB server. I wasn't aware that Raspian/moode would do that automatically.
Best
Sean
Ok, I see. Actually a resent Fritzbox should work with SMB up to version 3, as AVM writes. However I never got Moode talking with FritzNAS higher then SMB1. Fine for me so far...
AtB
Maartin
There are threads that reference adding 'noserverino' to the mount string.
Perhaps try that and the higher versions as noted in your AVM link.
https://moodeaudio.org/forum/showthread....t=fritzbox
https://moodeaudio.org/forum/showthread....7#pid23787
Thanks for the tip. That did it!
I now have these flags
Code:
ro,dir_mode=0777,file_mode=0777,noserverino
and its working now.