Hello ,
Thank you for posting in Microsoft Community forum.
The issue of not being able to access the Unraid file server on Windows 11 Home can be caused by a number of reasons. Here are some possible solutions and troubleshooting steps you can try:
- Make sure your new laptop is connected to the same network as the Unraid file server. You can confirm the network connection by opening "Settings" > "Network & Internet".
- Make sure the file sharing settings of the Unraid server are correct. You can check the following in Unraid's settings:
Make sure sharing is enabled.
Check the permission settings for the share to make sure your users have access. - Make sure that Windows Firewall or other security software does not block network access. You can try disabling the firewall temporarily.
- Try to access directly using the IP address of the Unraid server, not by the computer name.
- Make sure network discovery is enabled:
Open Control Panel > Network and Sharing Center > Change advanced sharing settings.
In the "Private" section, make sure "Enable network discovery" and "Enable file and printer sharing" are selected. - Make sure that the old credentials in the Windows Credential Manager are not causing the problem. You can try removing the credentials associated with the Unraid server:
Open Control Panel > User Accounts > Credential Manager.
Under Windows Credentials, look for the entries related to Unraid and delete them. - Make sure your network adapter drivers are up to date. You can check and update your drivers through Device Manager.
- You can try to map the drive manually using the command prompt:
Open the Command Prompt as an administrator.
Enter the following command:
net use Z: 192.168.x.xsharename
(Replace Z: with the drive letter you want, 192.168.x.x and the share name with the actual IP address and share name). - Make sure your Windows 11 system is up to date, some updates may fix network-related issues.
- Try restarting your laptop and Unraid server.
If you've tried all of the above steps and still can't fix the problem, consider checking Unraid's log files, which may provide more error information to help you troubleshoot the issue further. Hopefully, these suggestions will help you solve your problem!
Jill Zhou