MikeMurphy wrote:
Sorry, I should be more specific…have a look at the screen shot below…
So the EX4 shows up in the storage devices, but it’s not listed on the left under network devices.
If I right click on network and select ‘map network drive’ and then browse, the EX4 is not listed as a choice to map…as below…
If I right click on the image of the EX4 and select ‘map public share’ nothing happens.
I do have network discovery turned on.
I’m trying to quickly find out if this is:
- a setting inside the EX4 I need to change
- a network setting on my pc
Before sending this thing back.
I assume it’s somethign to do with this PC as I was able to map the network drive on the PC upstairs.
Thanjks
Mike
Looks like whatever system that is acting as the Master Browser isn’t working correctly.
This is how to find possible problems with the Master Browser on your network, which will affect when and what servers appear.
On one of your PCs, open up a “Command” window.
(In Win Vista and Win7, click the Orb, and in the search box, type CMD. An icon will appear above the box that says cmd.exe. Click it, and a Command window will open.)
(In WinXP, Click START, then RUN…, and in the box, type CMD. A Command Window will open.)
In the command window, enter the command “net view,” like this:
…
…
C:\Users\Tony>net view
Server Name Remark
\BIGNAS1 Big Freakin’ NAS Server 1
\MARS
\NEPTUNE
\WDTVLIVE WDTV LIVE
The command completed successfully.
In my example, there are four active devices that Windows has discovered.
Now, for EACH of those, issue the command “nbtstat -a (name)” for example:
C:\Users\Tony>nbtstat -a bignas1
Local Area Connection:
Node IpAddress: [10.0.0.157] Scope Id:
NetBIOS Remote Machine Name Table
Name Type Status
BIGNAS1 00> UNIQUE Registered
BIGNAS1 03> UNIQUE Registered
BIGNAS1 20> UNIQUE Registered
…__MSBROWSE__.01> GROUP Registered
WORKGROUP 1D> UNIQUE Registered
WORKGROUP 1E> GROUP Registered
WORKGROUP 00> GROUP Registered
…
So, we got lucky here, the FIRST system, BIGNAS1, indicates that it is the master browser, since it lists the name …__MSBROWSE__.
If you don’t find one, that’s a problem, too.