Hello,
If your system is Windows 11 24H2 version, I suspect that the problem is caused by SMB signing. I recommend that you open PowerShell as an administrator and run the following command to disable SMB signing and restart your computer to see if the issue can be resolved:
Set-SmbClientConfiguration -RequireSecuritySignature $false
Set-SmbServerConfiguration -RequireSecuritySignature $false
Controlling SMB Signature Behavior | Microsoft Run
Best Reagrds
Zunhui