02-13-2020, 09:11 PM
(02-13-2020, 12:43 PM)Tim Curtis Wrote: Try mounting the Samba Sharepoint that moOde creates. The default and USB sharepoints are described in the Setup Guide.
https://github.com/moode-player/moode/bl.../setup.txt
Code:sudo mkdir /mnt/myusb
sudo mount -t cifs //moode/myusb -o username="Guest",password="" /mnt/myusb
I don't really understand how it works but it did !
Thanks both for your help.