Es könnte durchaus auch an Windows liegen, dass nur eine begrenzte Anzahl an gleichzeitigen Verbindungen zulässt
Glaub ich nicht, ich habe jetzt das Samba auf die neueste Version 4.5.16 upgegraded und mit der originalen smb.conf
und nur folgendes hinzugefügt.
[private]
path = /home/pi/test
browsable = yes
writeable = yes
guest ok = no
directory mask = 777
create mask = 777
valid users = pi
Samba user=pi
Ist die gleiche "Sch........" habs jetzt auf 3 Rechnern probiert Win7/prof/32, Win7/Home/64, Win10/Home/64 überall das selbe
Die Log datei sagt folgendes ????
[2019/03/08 11:12:52.831289, 0] ../source3/param/loadparm.c:3244(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/privat failed. Permission denied
[2019/03/08 11:12:52.836879, 0] ../source3/param/loadparm.c:3244(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/privat failed. No such file or directory
[2019/03/08 11:12:52.840123, 0] ../source3/param/loadparm.c:3244(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/privat failed. No such file or directory
sobald ich guest ok = yes mache funktioniert der Zugriff wunderbar.
Lg Pretzi