Hi, Im using a Fritzbox 4040 with OpenWrt 22.03.2 r19803. I mounted a external HDD and installes all samba4 software for the system from the luci system folder. I crated a user, set a password, named Devide and path etc.
After all when I want to connect to Windows explorer I got this:
This is not an OpenWrt but a Windows problem. There seem to be several causes for it, from stored stale credentials to a missing default client. You'll probably have to search the web for solutions and see for yourself which one works, there's not much help we can offer to fix your Windows client machine.
Thanks for your quick responde. Didnt expect that much and multiple resolution advices.
frolic.
Ill upgrade! Promised!
These three partitions detected automatically (NTFS)
For when I connect the HDD to my Pc directly via UsB i can access it. So its not encrypeted, nor I encrypted it anytimes.
So the third question, brung up a surprise for me. I can access the HDD´s via SSH on the router directly without any isses!
And Ill paste code directly next time. 4.
takimata, you´ll be right. Like I wrote above the HDD is accessable from terminal on router directly. Ty for your reply.
I just remembered a "quick fix" I used to recommend. On your problematic Windows machine open a command line (cmd) and
delete all currently connected shares, including the ones without a drive letter assigned (some may be stale):
net use * /d
and clear the credentials/Kerberos ticket cache:
klist purge
This is certainly not a cure-all, but it's a quick first attempt to clean out certificate leftovers from experimenting with or reconfiguring of Samba services.