Hi Colt,
I get files left behind in regular moves on occasion - it is disconcerting and I HAVE to check that all the files were in fact "moved". This usually occurs when I'm backing up the files (brute force move) after I'm done a project, there are naturally duplicates that Windows has to deal with and depending on the characteristics of the file, Windows seems to punt ... copy the file but don't delete it from the origin. After I investigate, I often find one file way down the folder tree (each folder has 2 folders . and .. [dot and dotdot] so depending on how deep the orphaned file is, there could be tens of folders listed. I've learned to shrug and check the move.
You said this was a new machine or fresh install, right? Where did the thousands of files in Documents come from?
I think you would have better success and feel more confident if you moved the location of My Documents to D: before loading any files into My documents (er ... your documents

)
I'll go one better and suggest that you move the entire profile to D: - not just the user folders.
Why? AS I understand the reasoning (and I use the same logic) it's to reduce the use of the SSD for data. Your AppData folder is very active (Temp, WLM, other programs stashing data in there...)
It's better to do the move location before you populate the folder with data or install non-Windows programs so that any configuration files are referencing the profile on D: (you can always change the pgm config, but it usually surprises people when something creates data on the C: drive under your profile name. Why - because the configuration file says "Write to C:\Users\xyzzy\appdata\somepgm\datafile". If you move the user profile before you install non-Windows programs, the install takes care of correctly configuring the datafile on D:\Users\xyzzy..."
I've never experienced the Windows imaging issue Greg mentioned (the images do NOT contain my D:\Usr\Slartybart files-maybe that's what he meant). Regardless, Greg works with a lot of machines and I take him at his word - I'm probably the exception to the rule.
I started this post to try and explain My Documents vs. Documents.
My Documents is a
reparse point to the real folder Documents. You might understand the relationship better if you open a Command Prompt and Navigate to your user profile,
C:\Users\Colt. Enter the following command and then exit. The dir command lists the folder contents, the /aL parameter constrains the listing to reparse points only (the /p pararameter is simply pause after a screenfull)
C:\
cd C:\Users\Colt
dir /aL /p
exit
Look at the listing - a light might go on and you'll say "Aha!"
I've never used this tutorial, but plan to do just that on my next install/reinstall. It's a bit more technical, but from what I know it seems that it addresses a whole bunch of things Beforehand.
Take a read on:
http://www.sevenforums.com/tutorial...reate-move-during-windows-7-installation.html
and see if you want to go through a reinstall using Kari's method.
Good luck,
That's all I have to offer.
Bill
,