How to use robocopy to move Users folder from partition c to d on Windows 7?

Posted by Bastian on Server Fault See other posts from Server Fault or by Bastian
Published on 2012-02-10T17:56:54Z Indexed on 2012/09/21 21:43 UTC
Read the original article Hit count: 342

I just tried to copy my Users folder from partition C to partition D using the method mentioned in this post.

Unfortunately I encountered two problems:

  1. When using the command robocopy c:\Users d:\Users /mir /xj /copyall, robocopy says that it can't find the file C:\Users\, although it exists.
  2. When using the command robocopy x:\Users d:\Users /mir /xj /copyall, robocopy says that it cannot find the path d:\Users\Administrator\Application Data, error code <0x00000003>.

I started the command line mode of my Windows 7 installation disk (repair mode).

Does anybody know what the reasons for these errors might be?

© Server Fault or respective owner

Related posts about windows-7

Related posts about users