Can't mount a networked path, says that it is already mounted


Recommended Posts

With my desktop out of commission, I am having to use a laptop as my bridge between my CCTV system and the external HDD where I try to keep a backup of all the recorded videos. However, I had the network path of the CCTV system mounted to my desktop, and was using Syncback to copy the files. But now when I try to mount the location to the laptop, I get  a message that says something about the path is already mounted, and when I try PushD via the command line I get the message The specified network path is no available, and I can not access it via Explorer, I can use Remote Connection to access the system, but I can not copy any files across the network. What would the simplest solution be to this problem?

Link to comment
Share on other sites

Open Network and Sharing and then Network and Sharing Center (Windows 10) this will let you set preferences if your computer will be discoverable.

 

You can also achieve the same by opening file explorer and then on the left pane, click on Network.. it should ask you if you want to the computer to be discoverable on the local network, because that is disabled by default.

 

In addition, if you are using a laptop, it is likely you are on WiFi, is that on the same LAN as the CCTV system?

 

Finally, not knowing what system the CCTV is running, you should be able to access the share using the path \\devicename\sharename? That even bypasses locally mounted share of the same path to a drive letter (on the same system).

 

But I would check the network sharing permissions on the Windows laptop first.

Link to comment
Share on other sites

On 03/09/2022 at 15:34, Steven P. said:

Open Network and Sharing and then Network and Sharing Center (Windows 10) this will let you set preferences if your computer will be discoverable.

 

You can also achieve the same by opening file explorer and then on the left pane, click on Network.. it should ask you if you want to the computer to be discoverable on the local network, because that is disabled by default.

 

In addition, if you are using a laptop, it is likely you are on WiFi, is that on the same LAN as the CCTV system?

 

Finally, not knowing what system the CCTV is running, you should be able to access the share using the path \\devicename\sharename? That even bypasses locally mounted share of the same path to a drive letter (on the same system).

 

But I would check the network sharing permissions on the Windows laptop first.

I am not on WiFi, I am connected via Ethernet, the CCTV system is Win 10, I have network discovery turned on, but explorer still refuses to connect to the CCTV system, but I can connect to it via Remote connection, which is odd because I was able to access the system before. I have tried to access it via explorer using \\192.168.1.27 which is the CCTV system and it does respond via ping.

Capture.PNG.1d40285ab03badcdd8a46103a5450627.PNG

Link to comment
Share on other sites

It definitely feels like a security thing, like maybe port blocking or something. Did you try looking up that 0x80004005 error code?

 

SNAG-0056.jpg

 

Well when I type the LAN IP I can't connect either, even when I use the correct credentials, see above).

 

 

SNAG-0057.jpg

 

 But when I type the name of the server, (which is a Synology NAS) I can connect with no problems (also requires user/pass access, which is saved in my account).

Link to comment
Share on other sites

On the CCTV, is there a firewall?  Perhaps it is only allowing connections based on IP address.

 

Or, from the CCTV can you connect to your laptop?

 

I believe smb uses port 445, so you can ping that from powershell on your laptop:

 

test-netconnection -computername 192.168.1.27 -port 445

Edited by theefool
Link to comment
Share on other sites

On 03/09/2022 at 16:06, adrynalyne said:

Even if it doesn't respond to ping, it should give a request timed out. Does it?

 

 

It does respond to ping

 

On 03/09/2022 at 16:32, theefool said:

On the CCTV, is there a firewall?  Perhaps it is only allowing connections based on IP address.

 

Or, from the CCTV can you connect to your laptop?

Just Windows default firewall, and no I can not access the laptop from the CCTV system (I have tried via IP and computer name), network discovery is enabled on both systems, and the CCTV and the Laptop can access the NAS, but can not access each other.

Link to comment
Share on other sites

Mounted networked driver mounted 'As Administrator' are not seen by standard user and vice-versa.

Start file explorer as sdmin, I'd bet your drive is already mounted.

Link to comment
Share on other sites

On 03/09/2022 at 16:46, K2CrO4 said:

Mounted networked driver mounted 'As Administrator' are not seen by standard user and vice-versa.

Start file explorer as sdmin, I'd bet your drive is already mounted.

Or elevated cmd prompt, and run:

 

net use

 

This shows all connections from the admin perspective

 

Or normal cmd prompt running same command.

Link to comment
Share on other sites

On 03/09/2022 at 16:46, K2CrO4 said:

Mounted networked driver mounted 'As Administrator' are not seen by standard user and vice-versa.

Start file explorer as sdmin, I'd bet your drive is already mounted.

It is running as admin, there is a mounted volume pointing to my desktop

On 03/09/2022 at 16:48, theefool said:

Or elevated cmd prompt, and run:

 

net use

 

This shows all connections from the admin perspective

 

Or normal cmd prompt running same command.

Net.PNG.668b6a83e76d649fa906aafdfb2fc145.PNG

Link to comment
Share on other sites

Are you using local accounts or MS accounts on these machines?

 

Simple trick for 20 +some years that still works today.. Since the first version of windows really is if machine 1 is logged in with billy and password.. Is create an account on machine 2 billy and password.. Now your machine 1 should have easy and no issue access to anything you share on machine 2 as long as you give billy on machine 2 access.

 

Where you run into problems is setup accounts on windows with no passwords, etc.

 

And understanding that there are share permissions and ntfs permissions, etc.  Accessing the share is share permissions, access to the files even after you have accessed the shares would depend on your ntfs permissions.

 

If you do not get prompted to auth when you access \\IPaddress then your sharing is not setup correctly.  Firewall or security software.  I never get prompted to access any shares because my account on pc 1 is the same username and password as the account on pc2.

 

 

Link to comment
Share on other sites

Another item, but probably not set is the advanced firewall rule "File and Printer Sharing (SMB-In)" and setting the scope to only allowing certain remote IPs.

 

From your screenshot, there looks to be connections, but curiously, from cmd prompt:

 

net use \\192.168.1.27\cctv /delete

net use \\192.168.1.27\cctv

 

does it ask for a username/password?

Link to comment
Share on other sites

More info based on what Budman said. 

 

If you use the default share permission (which is read), and allow write ntfs permission, you can't write to the shared folder, cause the most restrictive permission is from the share.  If you change the share permission to change, then you gain the access to write (as long as the ntfs permission is set to allow this).

Link to comment
Share on other sites

So apparently I simply needed to reboot the laptop and suddenly it started working. I am guessing that making a change on the CCTV system to sharing and then rebooting the laptop, it started to work.

Link to comment
Share on other sites

Most likely related to the reboot killed off previous connection by a different account.  Only 1 account can be authed to a share from the same IP at any given time.

 

edit: this can most of the time be seen when you auth via elevated prompt, and then the normal desktop account doesn't see them.  So if something running as elevated, ie admin had authed, then your normal desktop account wouldn't be able to see that connected share or even auth.

 

Do a google for say "windows multiple accounts same IP file sharing" and you will see many a discussion on it.  I think there is some registry change you can make to allow for seeing, but have never played with it - since I always auth to shares as the desktop account.

 

here is some info

https://docs.microsoft.com/en-us/answers/questions/616191/multiple-connections-to-a-server-or-shard-resource.html

 

notice if I look under my desktop account at shares that are connected with net use, and then same command via an elevated prompt

 

share.thumb.jpg.e082291463952182892ebe5a7a129ec3.jpg

 

Keep in mind that the machine sharing, might still have a connection from IP X for user A, even if the client side machine shows no connection.   So if the machine tries to auto auth as its specific account this could show up with like the error you were seeing generic network sort of error.  Windows is not always the best at what error its thrown being the exact reason there was a problem.  Quite often they are just generic and can be misleading in figuring out the exact problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.