I am followed the HOW-TO but it is not working for me.
osmc@osmc:~$ sudo mount -t cifs -o username=kodi,iocharset=utf8,vers=3.0 //192.1 68.1.4/video/Filme/HD /mnt/HD
Password for kodi@//192.168.1.4/video/Filme/HD: ********
osmc@osmc:~$ ls -la /mnt/HD
-rwxr-xr-x 1 root root 17271090935 May 19 23:20 Name des Films.mkv
Entry in the /etc/fstab: //192.168.1.4/video/Filme/HD /mnt/HD cifs x-systemd.automount,noauto,rw,iocharset=utf8,credentials=/home/osmc/.credentials,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770,ver=3.0 0 0
I have also tried the following parameters:
nounix
sec=ntlm
Sharename Type Comment
--------- ---- -------
homes Disk user home
music Disk System default shared folder
photo Disk System default shared folder
Software Disk
video Disk System default shared folder
web Disk System default shared folder
IPC$ IPC IPC Service ()
home Disk Home directory of kodi
Domain=[SYNOSTATION] OS= Server=
Server Comment
--------- -------
Workgroup Master
--------- -------
with these flags x-systemd.automount,noauto its expected the share wonât automount on startup, only mounts them when you access or the share (or library scan). So are are you not able to access the shares?
To get a better understanding of the problem you are experiencing we need more information from you. The best way to get this information is for you to upload logs that demonstrate your problem. You can learn more about how to submit a useful support request here.
Depending on the used skin you have to set the settings-level to standard or higher, in summary:
enable debug logging at settings->system->logging
reboot the OSMC device twice(!)
reproduce the issue
upload the log set (all configs and logs!) either using the Log Uploader method within the My OSMC menu in the GUI or the ssh method invoking command grab-logs -A
publish the provided URL from the log set upload, here
Thanks for your understanding. We hope that we can help you get up and running again shortly.