Options

Robocopy error?

higherhohigherho Member Posts: 882
Hi All,

I'm having some weird issues with Robocopy and I typically never have any issues with it before this. So I got two new ISUIZ drives and put them in a raid 1 configuration. I'm coping data from the other old drives (the D parition of the old drives to be exact) to the new drives and this is what I've been using syntax wise.
X:\>robocopy d: h: /copy:DATSOU /xf SVNCert.p12 /e /xd "D:\System Volume Information"

robocopy d:/system32 h: /copy:DATSOU /e


/XD Exclude Directories matching given names/paths.

the new drive has a total size of 136 gig. The D parition that I'm coping over only has 90 gig that is filled. This is the error that I keep getting

2011/09/22 09:57:49 ERROR 112 (0x00000070) Copying File D:\******************************
There is not enough space on the disk.

and the 136 gig is completely filled which does not make sense because the amount of data I'm coping over is no more than 90 gig.
Sign In or Register to comment.