Link to home
Start Free TrialLog in
Avatar of structuredweb
structuredweb

asked on

how to access a remote file system mounted on a remote computer

I'm trying to copy files/folders from remote computer, and the problem is that the folders i'm trying to copy are mounted remotely on that computer - the actual file server on the remote is a NAS device not directly accessible.

both remote and local system are running Windows server 2003

the copy itself is to be used by "emccopy" which is the best remote copy software IMO, but it pertains to any copy, xcopy, etc. or even Windows Explorer.

i have the firewalls open at both ends, so i can open \\remote-ip\c$ (or d$) alright. but i cannot access \\remote-ip\remote-folder. It doesn't matter if , on the remote i map the share to a drive letter, i cannot use it, so if map on the remote "remote-folder" to I: for example i cannot use \remote-ip\i$.

I also tried the "junction" program from sysinternals to create a junction in the remote system on a local drive to the remote share, but this is not allowed by Windows, junction documentation actually states that.

any ideas?
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

what happens if you try and access the nas directly via its ip?
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of structuredweb
structuredweb

ASKER

David Johnson, the NAS does not have an accessible IP address, by design
Kevinh, this it what i will try - i can assign an accessible (NAT) IP address to the local server and will run the copy from the other side.
I cannot mount the remote NAS as iSCSI as that access is blocked; rthe NAS does not have a NAT address i can access remotely.

Would have been nice to have a way to do without having to provide the local server with a NAT IP address,

I think you make a junction in 2012 to a remote file system, will check that later, i don't a stable machine right now.