View Single Post
  #5  
Old December 22nd 20, 06:57 PM posted to alt.comp.hardware.pc-homebuilt
Paul[_28_]
external usenet poster
 
Posts: 1,467
Default WDMyStore device not seen as network drive on Win 8.1

Bob F wrote:
On 12/21/2020 7:49 PM, GlowingBlueMist wrote:
On 12/21/2020 6:56 PM, Bob F wrote:
I use my 4TB older WDMyCloud drive as network storage. It works great
on my Win 7, XP, Vista PC's, but I cannot get it to work reliably on
the 2 8.1 PC's I have here.

It shows up as a "Storage" device when Windows File Explorer is
brought up and "Network" clicked, and accesses the WDMyCloud's web
settings page if storage is double clicked, but does not show up as a
network drive accessible for data storage. I see all the PC's there,
but not the WDMyCloud. If I enter the WDMyCloud's IP address,
192.168.1.3, into my browser, it easily opens the web access to the
WDMyCloud's settings page.

I managed to create a shortcut on the desktop with the target
\\192.168.1.3 which does open it in the Network area as
"192.168.1.3", which does let me access the directories in it. But, I
really want it to show up when I open the file explorer. If I open
another file explorer window after using the shortcut, it still does
not show.

This could relate to my adding a "Homepage" in originally trying to
get the 8.1 PC onto the network. I have since then turned that
setting off on that PC, and gone back to the previous "Workgroup"
settings.

Can anyone offer any suggestions for how to get this working right?
The few references I've found online to this problem have not offered
anything that helped.

Verify that the Workgroup name is configured exactly the same on both
the 8.1 PC and the WD box.

Try turning off the built in firewall on one of the problem machines,
do a reboot, and then see if the problem goes away.

If this helps, many programs as well as the Windows OS have been known
to change the firewall settings.

It takes time to go through the firewall entries to identify what the
actual problem entry is if disabling the firewall all together "fixes"
things.

Don't leave the firewall turned off after you are done testing.


Yesterday, I read that I should try powering down the WDMyCloud and
router, then power up the router followed a bit later with the
WDMyCloud. I tried doing that, and after that my previously working Win
7 PC no longer worked properly either. The win 8.1 did not change. I
wanted to re-boot the Win 7 PC then, but had a recording going I didn't
want to interrupt, so I went to bed.

This morning, I rebooted the Win 7 PC, but it still did not show the
WDMyCloud properly. An hour later, I looked at it again, and the
WDMyCloud was there just like it worked before the problem. I then
checked both Win 8.1 PCs, and they showed the WDMyCloud drive properly.

So, problem solved for the moment anyway. Rebooting the device and
router followed by a long wait may be the solution.


That means there is a network browser problem.

Nodes on the LAN, compete in Browser elections, to see
who gets to be Browse Master. This happens on time scales of
15 minutes per election. It might take several periods
for a troubled network to settle down.

https://en.wikipedia.org/wiki/Browser_service

Wireshark can record Network Browser flavored packets.
They're typically colored gray. And you may see a clump
of three or four of them, then silence for quite a while.

And we know who is non-compliant, right ? The MyCloud.
I would be checking to see what updates are available
for the unit.

I think it might have been the first time I had Windows 7
on my network (and everyone was workgroup=WORKGROUP),
that I seemed to have a network browser problem, because
things would not work for 15 minutes or 30 minutes,
long periods of time like that. And then maybe two nodes
at random could see one another.

If you want to scan the LAN segment for participants,
you can use this. It will record things in more than
one workgroup, such as a network split with some MSHOME
nodes and some WORKGROUP nodes.

This is a scan of the two machines normally running on my LAN.
BOB is the machine I type on. The /24 means "scan the 256
addresses on this larger space". Using numbers smaller than
24, scans larger and larger chunks.

Your WDC product *should* respond.

http://www.unixwiz.net/tools/nbtscan.html

http://www.unixwiz.net/tools/nbtscan-1.0.35.exe

nbtscan 192.168.1.0/24

192.168.1.101 WORKGROUP\BOB SHARING
192.168.1.102 WORKGROUP\BLUEWAVE SHARING
*timeout (normal end of scan)

Paul