Hi all,
I am trying to mount my 4K Movies via fstab, if I use the normal SMB Share 4K files (30GB+) do not play correctly and most of the time black screens with music stuttering play with the TV constantly switch back and forth to HDR.
I have previously connected my 4K movie share successfully via fstab, I am rather confused as I have not made a changes.
For reference I am using the following step by step guide: Configuring fstab based Samba share mounts
My /etc/fstab file line 3 reads as this:
//192.168.0.3/Z/4K /mnt/4K_Movies cifs x-systemd.automount,noauto,rw,iocharset=utf8,username=MyUserName,password=MyPassword,uid=osmc,gid=osmc,file_mode=0770,dir_mode=0770 0 0
After trying to mount the device:
cd /mnt/4K_Movies
I received the following error:
-bash: cd: /mnt/4K_Movies: No such device
Then I tried the following:
osmc@osmc4K:~$ sudo mount /mnt/4K_Movies
Couldn’t chdir to /mnt/4K_Movies: No such device
If anyone can give me a few pointers that would be great!