I wanted to move my data to a separate partition (D drive). So after the partition was made I created users folder on drive D:\
* Then in user account I right clicked on my documents folder. selected properties.
* Clicked on location tab.
* Clicked move button
* Then clicked move to the new folder on D drive.
Then I repeated it for Pictures, Music, Videos, and other folders and users.
But when I finished, everything moved except the music, pics, and videos now has 2 folders one on C:\ and one on D:\.
1. Will my data now be installed on both drives in both folders, and if so how can I fix this so I dont clutter up my C:\?
And for the public folders I read on Microsoft community to create a public folder on D:\ and then go to cmd prompt as administrator. Copy all public folders to new folders by using the command robocopy / MIR C:\users\public D:\public.
then I deleted the existing public folder by booting into safe mode as administrator. Went to cmd prompt and as administrator and typed
rmdir /s /q C:\users\public
then I did a Directory junction by doing the cmd
mklink /j C:\Users\Public D:\ public
and now I see public folders still on C:\ and D:\
2. Once again, will data be installed on both drives and both folders, and if so how can fix this so I dont clutter up my C:\. and by having two copies on both drives?
any advise on moving app data would be highly appriciated as well.
Thank in advance.
* Then in user account I right clicked on my documents folder. selected properties.
* Clicked on location tab.
* Clicked move button
* Then clicked move to the new folder on D drive.
Then I repeated it for Pictures, Music, Videos, and other folders and users.
But when I finished, everything moved except the music, pics, and videos now has 2 folders one on C:\ and one on D:\.
1. Will my data now be installed on both drives in both folders, and if so how can I fix this so I dont clutter up my C:\?
And for the public folders I read on Microsoft community to create a public folder on D:\ and then go to cmd prompt as administrator. Copy all public folders to new folders by using the command robocopy / MIR C:\users\public D:\public.
then I deleted the existing public folder by booting into safe mode as administrator. Went to cmd prompt and as administrator and typed
rmdir /s /q C:\users\public
then I did a Directory junction by doing the cmd
mklink /j C:\Users\Public D:\ public
and now I see public folders still on C:\ and D:\
2. Once again, will data be installed on both drives and both folders, and if so how can fix this so I dont clutter up my C:\. and by having two copies on both drives?
any advise on moving app data would be highly appriciated as well.
Thank in advance.