Merge Document Folders

Page 3 of 6 FirstFirst 12345 ... LastLast

  1. Posts : 106
    Microsoft Windows 10 Pro 64-bit 19041 Multiprocessor free
    Thread Starter
       #21

    Unadulterated C:\Users\Owner\Documents path C:\Users\Owner\Documents
    Unadulterated E:\Documents path {the first one, the one with the standard folder icon} E:\Documents
    Unadulterated E:\Documents path {the second one, the one with the document icon} E:\My Documents

    - - - Updated - - -
      My Computer


  2. Posts : 16,910
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #22

    Bob,

    Your E drive screenshot & those unadulerated paths give me the impression that the E:\ disk has either already been used to relocate user folders or, perhaps, that it used to be the OS drive.

    I had thought that your E drive had not been used for anything else other than folders you had made on it manually. This can all be resolved.

    Please would you right-click on each of the folders, select Properties and tell me whether or not each has a Location tab
    Unadulterated C:\Users\Owner\Documents path C:\Users\Owner\Documents Location tab Yes/No
    Unadulterated E:\Documents path {the first one, the one with the standard folder icon} E:\Documents Location tab Yes/No
    Unadulterated E:\Documents path {the second one, the one with the document icon} E:\My Documents Location tab Yes/No

    Denis
      My Computer


  3. Posts : 106
    Microsoft Windows 10 Pro 64-bit 19041 Multiprocessor free
    Thread Starter
       #23

    AS far as I know, the E drive hasn't been used for anything other than folders I created there. I may be 76, but my memory isn't that far gone.

    Unadulterated C:\Users\Owner\Documents path C:\Users\Owner\Documents Location tab Yes
    Unadulterated E:\Documents path {the first one, the one with the standard folder icon} E:\Documents Location tab No
    Unadulterated E:\Documents path {the second one, the one with the document icon} E:\My Documents Location tab No
      My Computer


  4. Posts : 16,910
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #24

    Bob,

    I do not understand how the second one got its icon or its 'apparent' My documents path then.

    If you right-click on the
    Unadulterated E:\Documents path {the second one, the one with the document icon} E:\My Documents Location tab No
    and select Rename,
    - will it let you choose something like DocumentsOld {just to avoid mistakes later}
    - and does it both display as that name and give its Unadulterated path as the same E:\DocumentsOld?

    Knowing this will help with recovering from the situation but I still do not understand where references to My music are coming from unless it is a similar issue -

    Paste each of these paths into the File explorer address bar

    - Does C:\Users\Owner\Documents\Music exist?
    - Does C:\Users\Owner\Documents\My music exist?

    - Does E:\Documents\Music exist?
    - Does E:\Documents\My music exist?

    - Does E:\My documents\Music exist? or, if the renaming was successful, does E:\DocumentsOld\Music exist?
    - Does E:\My documents\My music exist? or, if the renaming was successful, does E:\DocumentsOld\My music exist?

    I think I know some of these answers already but seeing the whole set might clarify matters.

    Denis
      My Computer


  5. Posts : 989
    Microsoft Windows 10 Home
       #25

    Try3 said:
    Bob,

    I don't understand what has happened. That code, which I use myself, should simply add the contents of C:\Users\Owner\Documents to E:\Documents. If there is no C:\Users\Owner\Documents\My music folder it should not attempt to create or access any E:\Documents\My music folder

    I'd like to see a screenshot of the window while it's showing the " ERROR 5 (0x00000005)" and the lines immediately before that.

    Please could you also post a screenshot of your E:\ drive so I can see both the E:\Documents folder itself and the second one that has been created.

    I don't think it can be a permissions issue because, if it was, it would have shown up at the very start when checking/copying the E:\Documents folder itself.

    I'm afraid that I do not know what I will be looking for in either of these. I'm quite baffled.

    Denis
    Looks like you ran into the default Junctions that Windows creatrs in every user's Documents folder for backwards compatibiltiy:

    Merge Document Folders-screenshot-760-.png
      My Computer


  6. Posts : 16,910
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #26

    Keith -
    Yes, I think that might be the case but I realised that the way I had asked the questions avoided checking those particular entries so that's why I appear to have just asked the OP to repeat those checks.
    [I do not have any of them so it's easy to forget to check them in each case]

    Denis

    Correction - I should have avoided that with the /XA:SH switch, surely?
      My Computer


  7. Posts : 16,910
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #27

    Bob,

    I do want to see your results but I expect to suggest that you RoboCopy from one level down - I also do this a lot and it's not really a bother. I'll be able to tell you what to write if you are uncertain.

    So, just using my own subfolders as examples, I expect to suggest that you run something like

    Code:
    RoboCopy "C:\Users\Owner\Documents\Business" "E:\Documents\Business" /E  /DCOPY:DAT /XA:SH
    RoboCopy "C:\Users\Owner\Documents\Personal" "E:\Documents\Personal" /E  /DCOPY:DAT /XA:SH
    RoboCopy "C:\Users\Owner\Documents\Common" "E:\Documents\Common" /E  /DCOPY:DAT /XA:SH
    RoboCopy "C:\Users\Owner\Documents\Suppliers" "E:\Documents\Suppliers" /E  /DCOPY:DAT /XA:SH
    RoboCopy "C:\Users\Owner\Documents\InfoSys" "E:\Documents\InfoSys" /E  /DCOPY:DAT /XA:SH
    And a similar set will be required for the subfolders of E:\My documents / E:\DocumentsOld

    If you can tell me the names of the subfolders immediately under C:\Users\Owner\Documents and E:\My documents / E:\DocumentsOld then I'll write out the list for you.

    Denis
      My Computer


  8. Posts : 106
    Microsoft Windows 10 Pro 64-bit 19041 Multiprocessor free
    Thread Starter
       #28

    - will it let you choose something like DocumentsOld {just to avoid mistakes later} Yes
    - and does it both display as that name and give its Unadulterated path as the same E:\DocumentsOld? No, it displays the name but gives the unadulterated as E:\My Documents

    Knowing this will help with recovering from the situation but I still do not understand where references to My music are coming from unless it is a similar issue -
    - Does C:\Users\Owner\Documents\Music exist? Yes
    - Does C:\Users\Owner\Documents\My music exist? No

    - Does E:\Documents\Music exist? No - Does E:\Documents\My music exist? No
    But that is where the copying stopped.
    - Does E:\My documents\Music exist? or, if the renaming was successful, does E:\DocumentsOld\Music exist? No
    - Does E:\My documents\My music exist? or, if the renaming was successful, does E:\DocumentsOld\My music exist? No
      My Computer


  9. Posts : 16,910
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #29

    Bob,

    We were typing at the same time.

    You must be exasperated by now. I am merely baffled.

    I suggest that you tell me the names of the subfolders immediately under C:\Users\Owner\Documents and E:\My documents / E:\DocumentsOld then I'll write out the list for you of RoboCopy commands from one level down that will put everything into the new E:\Documents folder for you.

    Denis
      My Computer


  10. Posts : 989
    Microsoft Windows 10 Home
       #30

    I might be able to help if someone can summarize what's going oin. I'm low vision, have to zoom browser, and having a hard time will all the narrative in this thread.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:15.
Find Us




Windows 10 Forums