Hello, thank you for this excellent guide! It helped me a lot and is working 100%.
As a slight refinement I would be keene to figure out a “read only” version of this; generally I only want the Vero connecting in a read only mode to my shares. This is already taken care of via the Samba credentials but I’d be curious too what the changes would be to your template fstab entry. I guess this would suffice:
//192.168.1.2/Movies /mnt/Server_Movies cifs x-systemd.automount,noauto,ro,iocharset=utf8,username=my_ro_username,password=my_ro_password,uid=osmc,gid=osmc 0 0
(my_ro_username is my read only account on the server)
Cheers,
Paul