- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Unable to browse my ReadyNAS device using Raidar 6.3.0 with Windows 10
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since my desktop has updated to Windows 10 I can no longer browse my ReadyNAS device using Raidar 6.3.0.
ReadyNAS NV+ [X-RAID]
Firmware:RAIDiator 4.1.16 [1.00a043]
I can see the device and use it via admin but I can not access my storage volumns through Windows Explorer. This use to work just fine. Is there something that needs to be updated in Windows or remote access in Raidar?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your v1 NAS only supports SMBv1. Microsoft has started deprecating SMBv1, due to security issues that were exposed in the WannaCry breakouts last year.
So the first thing to look at is whether your Windows 10 system has the SMBv1 client installed. There is some more information here on that: https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-windows-10-and-windows-serve...
Perhaps first look for in the windows event log for the specific log messages are are in the article. Or you could try opening the Windows Control Panel. Click Programs, and then click Turn Windows features on or off (under the Programs heading). If the check box for SMB 1.0/CIFS File Sharing Support is clear, you can try setting it.
You could alternatively search the windows features for an NFS client. If that can be installed, you could enable NFS for your shares on the NAS. That would be more secure than using SMBv1.
If SMBv1 is still enabled on your PC, then post back for some other ideas.
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your v1 NAS only supports SMBv1. Microsoft has started deprecating SMBv1, due to security issues that were exposed in the WannaCry breakouts last year.
So the first thing to look at is whether your Windows 10 system has the SMBv1 client installed. There is some more information here on that: https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-windows-10-and-windows-serve...
Perhaps first look for in the windows event log for the specific log messages are are in the article. Or you could try opening the Windows Control Panel. Click Programs, and then click Turn Windows features on or off (under the Programs heading). If the check box for SMB 1.0/CIFS File Sharing Support is clear, you can try setting it.
You could alternatively search the windows features for an NFS client. If that can be installed, you could enable NFS for your shares on the NAS. That would be more secure than using SMBv1.
If SMBv1 is still enabled on your PC, then post back for some other ideas.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to browse my ReadyNAS device using Raidar 6.3.0 with Windows 10
Thanks Stephen SMB1.0 removal was exactly the problem. Disabling "SMB 1.0/CIFS Automatic Removal" and enabling "SMB 2.0/CIFS Client" and "SMB1.0/CIFS Server" in "Turn Windows features on or off" from the Control Panel > Programs solved the problem.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Unable to browse my ReadyNAS device using Raidar 6.3.0 with Windows 10
Oops, typed 2 instead of 1 - "SMB 2.0/CIFS Client" should be "SMB 1.0/CIFS Client"
Thanks Stephen SMB1.0 removal was exactly the problem. Disabling "SMB 1.0/CIFS Automatic Removal" and enabling "SMB 1.0/CIFS Client" and "SMB1.0/CIFS Server" in "Turn Windows features on or off" from the Control Panel > Programs solved the problem.