Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
2017-09-09, 11:34
(This post was last modified: 2017-09-09, 11:35 by Milhouse.)
You need to set the version in your service. Forcing SMB1 in the Kodi GUI will have no effect on your CIFS mounts. This was already answered in a post a page or two back.
Edit: See post #3222
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 24
Joined: Aug 2016
Reputation:
1
ok.. when i edit my samba.conf and add like this :
[global]
server string = Rasp-1
workgroup = THUIS3
browseable = yes
writeable = yes
printable = no
deadtime = 30
mangled names = no
name resolve order = host bcast
printcap name = /dev/null
load printers = no
encrypt passwords = true
enable core files = no
passdb backend = smbpasswd
smb encrypt = disabled
min protocol = SMB2
Samba works.. still no auto mount
When do like this :
[global]
server string = Rasp-1
workgroup = THUIS3
browseable = yes
writeable = yes
printable = no
deadtime = 30
mangled names = no
name resolve order = host bcast
printcap name = /dev/null
load printers = no
encrypt passwords = true
enable core files = no
passdb backend = smbpasswd
smb encrypt = disabled
min protocol = SMB1
Box gets in boot loop
Simple Kodi fan..
2x Raspberry pi3 b Running LibreElec 9.2.0 stable
1x Odroid C2 Running Volumio
1x Zoomtak H8 Running CoreElec 9.2.1 generic
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
It's your CIFS service mounts that are the problem - stop messing about with the samba.conf unless you know what you are doing.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 24
Joined: Aug 2016
Reputation:
1
i Have it fully working now..
i had to change the two mount file's
Options=username=root,password=romy256,sec=ntlm,unc=\\\\192.168.2.50\\Movies <=== not working
Options=username=root,password=romy256,vers=1.0,sec=ntlm,unc=\\\\192.168.2.50\\Movies <=== Working !!!
Thank you Millhouse to point me to the right direction...
Simple Kodi fan..
2x Raspberry pi3 b Running LibreElec 9.2.0 stable
1x Odroid C2 Running Volumio
1x Zoomtak H8 Running CoreElec 9.2.1 generic