![]() |
8.1.1-can't mount SMB share from moode device - 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: 8.1.1-can't mount SMB share from moode device (/showthread.php?tid=4923) |
8.1.1-can't mount SMB share from moode device - phorize - 06-27-2022 Hello. I have 2 Pis (one PI 4 and a Pi Zero 2W), both running fresh install of 8.1.1 arm64. I have a music library on an external usb drive running on the PI 4. I can see this drive as an SMB share from the moode instance on the zero, but can't mount it as library folder. The log output on the zero is: Code: 20220627 130245 worker: Job sourcecfg I think this worked fine on 32 bit 8.0.2 Kristian RE: 8.1.1-can't mount SMB share from moode device - the_bertrum - 06-27-2022 Try appending .local onto the host name. RE: 8.1.1-can't mount SMB share from moode device - Tim Curtis - 06-27-2022 Try using either IP address of host.local in the Path in Music Source Config. RE: 8.1.1-can't mount SMB share from moode device - TheOldPresbyope - 06-27-2022 I can confirm this is an issue with the 64-bit build. In my quick test, a 32-bit moOde 8.1.1 can detect and mount shares from other systems including a 64-bit moOde 8.1.1 using just the pathnames returned by the SCAN function. OTOH, a 64-bit moOde 8.1.1 can detect shares from other systems using the SCAN function but cannot mount them unless the pathname is manually edited to append the ".local" pseudo-TLD or to substitute the host IP address. I'll be disappointed if I don't solve this first but to steal Ben Stein's line (cf Ferris Buehler's Day Off): "anyone?...anyone?" Regards, Kent RE: 8.1.1-can't mount SMB share from moode device - phorize - 06-27-2022 @Tim Curtis @TheOldPresbyope @the_bertrum all fixed, thanks! |