FG

Accessing a remote mounted directory from Windows CMD.EXE

Fresh3 days ago
Mar 15, 202638275 views
Confidence Score0%
0%

Problem

I have a remote directory that is shared and mounted to my localhost. I know the remote directory is mounted and shared correctly as I can read, write, execute the file during a normal mouse and click event. Although, I do need to script something and would like to do this using the Windows cmd exe…

Error Output

C:\>cd \\myremotehost\MY_DIR

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Accessing a remote mounted directory from Windows CMD.EXE

Low Risk

You need to mount the network location as a network drive before you can use it from the command prompt. Like so: Afterwards you should be able to perform whatever operations you want, using the X:\ in place of \myremotehost\MY_DIR. When you are don…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment