How to use robocopy to move Users folder from partition c to d on Windows 7?
- by Bastian
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:
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.
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?