Hi,
Okay, so you tried connecting via IP instead of name through Windows Explorer and were able to access it?
Enabled SMB 1.0 ?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Same chronic recurring problem. SSD attached to router USB is unreachable.
Reenbled SMB1 as it was disabled (although I un-ticked automatic removal in the special features menu).
Attempted to map drive. Got error:
Why is this SO difficult. Am using 25H2, 26200.7171
Hi,
Okay, so you tried connecting via IP instead of name through Windows Explorer and were able to access it?
Enabled SMB 1.0 ?
Thanks
Hi,
I understand your frustration; perhaps the data transfer is a problem. Could you try running this command and restarting to see if the problem persists?
Press Win + R, type regedit, and press Enter to open the Registry Editor.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters.
If the AllowInsecureGuestAuth entry does not exist, right-click and select New > DWORD (32-bit) Value, and name it AllowInsecureGuestAuth.
Set the value of AllowInsecureGuestAuth to 1.
Close the Registry Editor and restart your computer.
Run the command Windows Powershll(admin):
Set-SmbClientConfiguration -RequireSecuritySignature $false
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
Regarding the NAS, I have experience with QNAP NAS. It's very simple to configure and easy to use with private access, accessible via Explorer through SMB or via web browser. You can also configure FTP if you wish.
Give feedback if the information was useful or not.
Thanks