NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
W0lfd
Sep 14, 2016Initiate
ReadySHARE Windows 10 + KB3189866
Windows 10 cumulative update KB3189866 breaks readyshare. :smileysurprised:
Uninstall it if you can't access your readyshare folder.
- Sep 25, 2016
Problem solved.
The solution below absolutely worked for me!
The one thing to say is that when you create the Windows Credential - you must enter a user name and password, and...
1. I had to configure readyshare itself to allow read and write access to a username - i selected admin.
2. The windows credential required the router username "admin" and the password for admin. I tried my windows username and password, and i was able to connect to map the drive, but not open the contents of it. With admin and the password, i was able to get it to work!
>Found a solution:
>go into user account in control panel
>if you're in windows 10 select manage your credentials this will open 2 options
>web credentials and windows credentials
>head to windows credentials and add a new windows credential
>enter the location of the drive \\readyshare on the first line
>your windows user name in the second line
>your windows password in the third line
>and you're done, you should see the drive under network and be able to access it as before
>good luck
IrvSp
Sep 22, 2016Master
AresSK wrote:Same.
An error occurred while connecting M: to
\\READYSHARE\USB_Storage
Microsoft Windows Network: A specified logon session does not
exist. It may have already been terminated.
This connection has not been restored.
****quick edit: If it helps, I have an AC Nighthawk router with a WD Passport drive attached via the front usb.
It works for me???
============
C:\>net use m: \\readyshare\usb_storage
The command completed successfully.
C:\>ver
Microsoft Windows [Version 10.0.14393]
C:\>
============
and
============
C:\>dir \\readyshare\usb_storage
Volume in drive \\readyshare\usb_storage is USB_Storage
Volume Serial Number is 996C-1171
Directory of \\readyshare\usb_storage
08/30/2016 04:33 PM <DIR> .
01/01/2015 01:00 AM <DIR> ..
05/10/2014 01:54 PM <DIR> $RECYCLE.BIN
05/30/2013 07:15 PM <DIR> AUTORUN
07/23/2009 02:07 PM 28 AUTORUN.INF
04/09/2016 01:26 PM <DIR> netgear_downloader
05/30/2013 07:22 PM <DIR> share
01/24/2015 10:02 AM <DIR> SSR_BACKUP
10/06/2014 03:21 PM <DIR> System Volume Information
09/14/2015 10:26 AM <DIR> W10_image
04/15/2005 08:48 AM 6,722 WDLOGO.ICO
2 File(s) 6,750 bytes
9 Dir(s) 76,752,343,040 bytes free
C:\>dir m:
Volume in drive M is USB_Storage
Volume Serial Number is 996C-1171
Directory of M:\
08/30/2016 04:33 PM <DIR> .
01/01/2015 01:00 AM <DIR> ..
05/10/2014 01:54 PM <DIR> $RECYCLE.BIN
05/30/2013 07:15 PM <DIR> AUTORUN
07/23/2009 02:07 PM 28 AUTORUN.INF
04/09/2016 01:26 PM <DIR> netgear_downloader
05/30/2013 07:22 PM <DIR> share
01/24/2015 10:02 AM <DIR> SSR_BACKUP
10/06/2014 03:21 PM <DIR> System Volume Information
09/14/2015 10:26 AM <DIR> W10_image
04/15/2005 08:48 AM 6,722 WDLOGO.ICO
2 File(s) 6,750 bytes
9 Dir(s) 76,752,343,040 bytes free
============
I'm on W10 Home x64 with ALL the latest updates.
pblagay
Sep 22, 2016Star
I've have this exact same problem on both PC's here. One is a laptop, the other a desktop, with very different configs. They both started failing at the same udpate.
ScanNow completed with no problems
I tried:
net use s: \\routerShare\HD1 - S being my previously mapped drive that no longer allows access
System error 1312 has occurred.
A specified logon session does not exist. It may already have been terminated.
Same error it gives me in windows more or less.
If I use a drive letter that isn't mapped:
System error 67 has occurred.
The network name cannot be found.
I couldn't get net share to work either
Also I tried this on the cmd line:
\\routershare\hd1
The request is not supported.
My desktop PC is about as vanilla as you can get and it's showing the same problems. There have been numerous people reporting this on my other thread, so I am sure it's more widespread than just my PC.
Thanks for the tips and ideas but I'm still stuck without working USB router access.
- IrvSpSep 22, 2016Master
pblagay, open the CMD prompt again please.
Enter ==> NET VIEW, what do you see?
I see this:
=============
C:\>net view
Server Name Remark
---------------------------------------
\\IRV8700 Irv's 8700
\\LARAINE-XPS8500
\\READYSHARE readyshare
The command completed successfully.============
You should see something similar. Then do a NET VIEW \\READYSHARE and you should see something like this:
============
C:\>net view \\readyshare
Shared resources at \\readyshare
readyshare
Share name Type Used as Comment
------------------------------------------------------------------------
Movies Disk read:all-no password;write:all-no password
USB_Storage Disk read:admin;write:admin
The command completed successfully.============
I have two drives I can access, Movies and USB_Storage. Post what you see please...
If you REALLY tried this, "net use s: \\routerShare\HD1 - S" is WILL not work. It must be in QUOTES as NO blanks can be in a command. This should work though ==> net use s: "\\routerShare\HD1 - S"
It could very well be the blanks in the drive name IS confusing some operations?
- IrvSpSep 22, 2016Master
pblagay, just re-read you reply, I might not have understood "net use s: \\routerShare\HD1 - S". Did you mean with "- S" that it was the drive letter before?
Please run NET USE and post results.
- pblagaySep 22, 2016Star
C:\>net view
Server Name Remark-------------------------------------------------------------------------------
\\LAPTOPDELL Laptop (Dell)
\\OFFICE OFFICE
\\ROUTERSHARE RouterShare
The command completed successfully.C:\>net view \\RouterShare
System error 5 has occurred.
Access is denied.
C:\>net use S: "\\RouterShare\hd1"
System error 1312 has occurred.
A specified logon session does not exist. It may have already been terminated.
- IrvSpSep 22, 2016Master
pblagay, just looked again. Of course it will not work. You are using 'ROUTERSHARE', but it is 'READYSHARE'. That is the default, unless you changed it on the READYSHARE tab in BASIC? If you did, are all the shares using ROUTERSHARE? Of course I assume you've set the WORKGROUP name correctly too.