mastoul:
Hello, I am user of osmc many years on rpi. Yesterday I recieved my first vero 4k+ and I am thrilled!. I have though an issue connecting with samba to my windows server or other pss. I get a message “operation not permitted”. The same issue i have also with rpi3 with latest version of osmc installed. Older versions (kodi 16) didn’t had this behaviour. Is there something I miss here?
SMB1 supported has been disabled in the latest version due to security issues.
I would suggest to ensure that you connect using smb2/3 as it is more secure. If you want to fall back to smb1 you can do so under Settings → Services → SMB Client.
Also maybe check these Wiki entries
Whether you already have a media sharing system on your network or are setting one up for the first time the options can be bewildering. To stream high-quality video you will want the fastest possible connections. Unfortunately, the easiest systems to set up are also the least efficient so some effort is needed to get the best performance. Here are some recommendations.
This assumes you have already set up the wired or wireless LAN connections between the server where you store your media an…
This how-to describes how to mount your network shares via autofs. Autofs should be as performant as fstab based mounting but has the advantage that your shares are mounted on demand which also should give you more reliability in case of network interuptions.
First install the autofs package
sudo apt-get install autofs
If you already have mounted your shares already via fstab comment out that line in fstab and reboot.
For this how-to we are going to use a directory for each server, if you wa…