It works perfectly with a Linux PC and Android smartphones.
Error message
\\192.168.1.132 could not be accessed.
Other shares work perfectly.
What could be the problem with the Win 10 computers?
It works perfectly with a Linux PC and Android smartphones.
Error message
\\192.168.1.132 could not be accessed.
Other shares work perfectly.
What could be the problem with the Win 10 computers?
Hi,
change under ....
Addons -> LibreELEC Configuration -> Service -> SMB
minimum smb version to smb 1
maximum smb version to smb 3
i think then you see the smb server under your windows!
Regards
Quote
i think then you see the smb server under your windows!
Unfortunately, it doesn't work either.
It works fine via SSH.
It also works fine with other Linux devices.
Now I don't know what to do, maybe it's LibreElec 9.2.7?
With this config i see the smb share under Windows 10!
change the settings and reboot!
after the reboot, refresh the Networkahares in windows 10!
Normaly then you must see the folder!
If I specifically specify the share folder
"\\192.168.1.132 \Backup" it works.
Is that correct?
But I want to see all the shares at once.
When I mount from my Ubuntu server from console the same thing
mount -t cifs -o username=xxx,password=xxx,uid=1000,gid=1000,file_mode=0660,dir_mode=0770 //192.168.1.132/Backup /mnt/usb
Without specifying the shared folder there is an error message
root@hp-server:~# mount -t cifs -o username=xxx,password=laurent,uid=1000,gid=1000,file_mode=0660,dir_mode=0770 //192.168.1.132 /mnt/usb
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg).
dmesg | tail
If I specifically specify the share folder
"\\192.168.1.132 \Backup" it works.
Is that correct?
But I want to see all the shares at once.
Check your samba.conf file
from the factory you don't actually have to configure anything if samba is activated, windows should list the standard directories if the protocall is set to smb 1!
that amazes me!
I also find it strange that it does not work here.
But I'm glad that I can at least mount the share individually.
Thanks for your time