sudo mount -t cifs //192.168.1.106/Movies /mnt -o ro,vers=3.0,credentials=/home/osmc/.smbcredentials
osmc@osmc:~$ sudo ls -l /mnt
ls: reading directory ‘/mnt’: Permission denied
total 0
Nothing.
Something new! I added OSMC to my share instead of just everyone and tried to mount again, now I get this:
sudo mount -t cifs //192.168.1.106/Movies /mnt -o ro,vers=3.0,credentials=/home/osmc/.smbcredentials
mount error(16): Device or resource busy
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Something new! I added OSMC to my share instead of just everyone and tried to mount again, now I get this:
sudo mount -t cifs //192.168.1.106/Movies /mnt -o ro,vers=3.0,credentials=/home/osmc/.smbcredentials
mount error(16): Device or resource busy
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
sudo mount -t cifs //192.168.1.106/Movies /mnt -o ro,vers=1.0,credentials=/home/osmc/.smbcredentials
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Server as in my hosting PC (Windows)? If I check that it just says shared and with OSMC. If I go to \192.168.1.106 in file explorer (on my host itself) I get all directories shared shown.
Gives me this error
smbclient -m SMB3 -U osmc \192.168.1.106\Movies
WARNING: The “syslog” option is deprecated
OK then we at least have another confirmation that it is a permission issue on your Win10 Machine. Check again if you gave the user osmc full rights on Movies and you ticked to apply recursive to folders.