Problems mounting NAS

Hi everyone,
I have issues mounting my NAS via the GUI.
I have latest Volumio version installed.
I had it working before, but I can’t remember if it was this version or not.
But the NAS has always been the same (my ISP’s box: freebox).

I have followed this thread: https://volumio.org/forum/problems-mounting-cifs-shares-t158-10.html
And more specificly, this command:

sudo mount.cifs "//192.168.1.254/Disque dur/Musiques" /mnt/NAS —verbose -o user=guest,guest,rw,iocharset=utf8,sec=ntlm

And that works great, I can see the mount via SSH.
But can’t see it in the UI.

I can’t figure out the problem.
Can anyone help me please?

Thanks!

Hello

You need to make a symbolic link between your mount point and the folder /var/lib/mpd/music

ln -s /mnt/NAS  /var/lib/mpd/music/MyNAS 

It might be the other way, half of the time, I am wrong with the ln command

ln -s  /var/lib/mpd/music/MyNAS  /mnt/NAS  

Kind regards,
yanndan