Adding Repos

How come I have access to my media on the NAS adding through Kodi using only the IP Address thru smb and not be able to have it handled thru mnt ???

Could that not be an issue with the box?

Well I think we get several issues where I am not sure which of them is caused by what. One of the issue is the guest/passwordless access.
Could try one more approach.
mkdir /mnt/test
mount -t cifs //192.168.1.180/Multimedia -o user=,password= /mnt/test
ls -lah /mnt/test

Ok trying now…

Thanks

Ok, sorry forgot sudo
sudo mount -t cifs //192.168.1.180/Multimedia -o user=,password= /mnt/test
ls -lah /mnt/test

No good I guess…

One more try

sudo mount -t cifs //192.168.1.180/Multimedia -o guest /mnt/test
ls -lah /mnt/test

Same result mate…

Anyway, let’s call it a day…

I would like to thank you very much for all the help you gave. I again must commend you on your patience and ability.

Maybe one day we can have a better result…

Thank you, thank you, thank you…

You’re amazing…!

Ok, surely need to better understand your QNAP setup and best get some remote access to solve this for you.

Last quick question…

Before when we stopped autofs does a reboot auto start autofs again?

Yes, when we use stop it will restart next time. If we use disable it will remained disabled till you use enable

Thank you fzinken…