goombawaho
MIS
Trying to backup a Western Digital network hard drive. The path is something like \\10.1.10.10\fpc-shared and it has the S: drive mapped to that. The destination I: is a 2.5" USB hard drive.
Robocopy is giving me the follow errors depending upon whether I try to choose the source as \\fpc-shared\ or S:I have NOT tried the IP address as a way of addressing the source. Here are the two different errors I get. The errors equate to "The specified path is invalid." and "The system cannot find the path specified." Not understanding what's going on. The same batch file used to work on XP. Yes, I am right-clicking and "run as administrator" on batch file.
Using \\fpc-shared as source
===========================================================================
Started : Mon Jun 03 11:17:31 2013
2013/06/03 11:17:31 ERROR 161 (0x000000A1) Getting File System Type of Source \\FPC-SHAREDThe specified path is invalid.
Source - \\FPC-SHARED Dest : I: Files : *.*
Options : *.* /FFT /L /TEE /S /E /COPYAT /PURGE /MIR /ZB /R:2 /W:5
------------------------------------------------------------------------------
2013/06/03 11:17:31 ERROR 161 (0x000000A1) Accessing Source Directory \\FPC-SHAREDThe specified path is invalid.Waiting 5 seconds... Retrying...
2013/06/03 11:17:36 ERROR 161 (0x000000A1) Accessing Source Directory \\FPC-SHAREDThe specified path is invalid.Waiting 5 seconds...
================================================================================
Using S:\ as source
===============================================================================
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Mon Jun 03 11:21:39 2013
2013/06/03 11:21:39 ERROR 3 (0x00000003) Getting File System Type of Source S:The system cannot find the path specified.
Source - S: Dest : I: Files : *.*
Options : *.* /FFT /L /TEE /S /E /COPYAT /PURGE /MIR /ZB /R:2 /W:5
------------------------------------------------------------------------------
2013/06/03 11:21:39 ERROR 3 (0x00000003) Accessing Source Directory S:The system cannot find the path specified.
Robocopy is giving me the follow errors depending upon whether I try to choose the source as \\fpc-shared\ or S:I have NOT tried the IP address as a way of addressing the source. Here are the two different errors I get. The errors equate to "The specified path is invalid." and "The system cannot find the path specified." Not understanding what's going on. The same batch file used to work on XP. Yes, I am right-clicking and "run as administrator" on batch file.
Using \\fpc-shared as source
===========================================================================
Started : Mon Jun 03 11:17:31 2013
2013/06/03 11:17:31 ERROR 161 (0x000000A1) Getting File System Type of Source \\FPC-SHAREDThe specified path is invalid.
Source - \\FPC-SHARED Dest : I: Files : *.*
Options : *.* /FFT /L /TEE /S /E /COPYAT /PURGE /MIR /ZB /R:2 /W:5
------------------------------------------------------------------------------
2013/06/03 11:17:31 ERROR 161 (0x000000A1) Accessing Source Directory \\FPC-SHAREDThe specified path is invalid.Waiting 5 seconds... Retrying...
2013/06/03 11:17:36 ERROR 161 (0x000000A1) Accessing Source Directory \\FPC-SHAREDThe specified path is invalid.Waiting 5 seconds...
================================================================================
Using S:\ as source
===============================================================================
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Mon Jun 03 11:21:39 2013
2013/06/03 11:21:39 ERROR 3 (0x00000003) Getting File System Type of Source S:The system cannot find the path specified.
Source - S: Dest : I: Files : *.*
Options : *.* /FFT /L /TEE /S /E /COPYAT /PURGE /MIR /ZB /R:2 /W:5
------------------------------------------------------------------------------
2013/06/03 11:21:39 ERROR 3 (0x00000003) Accessing Source Directory S:The system cannot find the path specified.