File manger not seeing sources

I have 2 vero+'s and have had to reload system on one ( I tried Kodi 19 but didn’t like it). Now when I go to file manager I don’t have the other ones folders listed. I can see them on my MacBook under samba files, and I can search them on file manager samba locations. But although I have them shared they don’t appear in the listing.
I am using the following command
/media/Bedroom -fstype=cifs,rw,vers=3.0,username=XXXX,password=XXXX,iocharset=utf8,uid=XXXX,gid=XXXX ://192.168.50.17/Bedroom/

/media/PhotosMusic -fstype=cifs,rw,vers=3.0,username=XXXX,password=XXXX,iocharset=utf8,uid=XXXX,gid=XXXX://192.168.50.17/PhotosMusic/

Logs are

https://paste.osmc.tv/utabazidok

Any idea what I’ve done/missed?
Thanks

Check your entries in:

\\OSMC\osmc\.kodi\userdata\sources.xml

Where are you using those commands? They are at least not in your fstab

====================== fstab =================== qiE9Dtax
# rootfs is not mounted in fstab as we do it via initramfs. Uncomment for remount (slower boot)
#/dev/vero-nand/root  /    ext4      defaults,noatime    0   0

---------------------- fstab END --------------- qiE9Dtax

Hi Fzinken,
I’m using it in shares

sudo nano /etc/auto.smb.shares

/media/Bedroom -fstype=cifs,rw,vers=3.0,username=xxxxx,password=xxxxx,iocharset=utf8,uid=xxxxx,gid=xxxxx ://192.168.50.17/Bedroom/

/media/PhotosMusic -fstype=cifs,rw,vers=3.0,username=xxxxx,password=xxxxx,iocharset=utf8,uid=xxxxx,gid=xxxxx ://192.168.50.17/PhotosMusic/

I can see the files on my MacBook under samba shares

You forgot to reinstall autofs
sudo apt-get install autofs

1 Like

Thats sorted it. Thank you very much

I do have another problem re connection speed, but probably better if I start another thread.

Yes open a new thread also suggest to check

Maybe something changed in the network, we suggest to check your network with iperf3. Please read this howto