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: 386
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 fileC:\Users\
, although it exists. - When using the command
robocopy x:\Users d:\Users /mir /xj /copyall
, robocopy says that it cannot find the pathd:\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