Windows 10: Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified...

Discus and support Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... in Windows 10 Gaming to solve the problem; I am trying to copy a folder in the D: partition of my laptop it has an SSD to an external HDD's E: partition it's connected through USB, it was the... Discussion in 'Windows 10 Gaming' started by Bikoo03, Apr 29, 2023.

  1. Bikoo03 Win User

    Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified...


    I am trying to copy a folder in the D: partition of my laptop it has an SSD to an external HDD's E: partition it's connected through USB, it was the HDD of my previous laptop.Command I'm running on Terminal with admin rights: robocopy "D:\gameInstallers\Ace Combat 7 Skies Unknown\" "E:\test\" /mt /z partitions C, D belong to my laptop, rest are HDD's:It shows ERROR : No Destination Directory Specified. Full log:``` ------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows -------------------------------------------

    :)
     
    Bikoo03, Apr 29, 2023
    #1
  2. sba123 Win User

    robocopy files but exclude files in root

    Hello,

    I want to copy this directory, but exclude the files in root (a,b,c):

    [table][tr][td]Source:c:\src\test\ - a.txt - b.txt - c.txt - sub1\ - d.txt - sub2\ - e.txt[/td][td]Destination:c:\dest\test\ - sub1\ - d.txt - sub2\ - e.txt[/td][/tr][/table]
    I tried:

    - robocopy c:\src\test c:\dest\test /s /xd c:\src\test => a,b,c are copied Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... :(

    - robocopy c:\src\test c:\dest\test /s /xd test => a,b,c are copied Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... :(

    - robocopy c:\src\test c:\dest\test /s /xd . => a,b,c are copied Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... :(

    - robocopy c:\src\test c:\dest\test /s /xd .. => a,b,c are copied Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... :(

    - robocopy c:\src\test c:\dest\test /s /xf c:\src\test\*.txt => Invalid parameter #5 Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... :(

    I want to avoid a call for every \subX\ (robocopy c:\src\test\sub1 c:\dest\test\sub1 /s ...)

    And I don't want to put robocopy inside a for loop to copy the subs or delete the files in a second step.

    Is this possible anyhow?
     
    sba123, Apr 29, 2023
    #2
  3. Copying Windows 10 to new SSD from existing HDD while upgrading to SSD from HDD.

    Hi,

    I'm thinking about updating my 2 years old laptop from HDD to SSD. Since my HDD is still in working condition, I plan to use it as an external HDD. I have a pre-installed Windows 10 Home on my laptop.
    Is it possible for me to transfer it to the new SSD while upgrading? If then please tell me the steps to follow.

    Thanks and Regards,

    Arjun.
     
    Arjun Dinesh, Apr 29, 2023
    #3
  4. Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified...

    Robocopy element fail's in Robocopy but works fine in Copy command.

    Hi, DennisCPA. I'm Robinson, and I’m happy to help you today.

    You are using the "~*.T*" in the /XF which means that you are excluding all file types that begin with T from the copy.

    /xf <filename>[ ...]Excludes files that match the specified names or paths. Wildcard characters (* and ?) are supported.

    You can see more information about the robocopy command at this link.

    https://learn.microsoft.com/en-us/windows-serve...

    Replacing the *.* with the *.T* should work for you, doing this you will filter the files that you want to copy when listing the files to copy

    Robocopy "C:\Users\Name\Documents\Tax Data" "F:\Tax Data" *.T* /XF *.txt /E /XO /COPYRobocopy not working while copying from laptop SSD to external HDD, shows no dest specified... :DAT /R:2 /W:30 /Z /MAXAGE:360 /NJH /NJS /XX
     
    RobinsonSilvestre, Apr 29, 2023
    #4
Thema:

Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified...

Loading...
  1. Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified... - Similar Threads - Robocopy working while

  2. Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified...

    in Windows 10 Software and Apps
    Robocopy not working while copying from laptop SSD to external HDD, shows no dest specified...: I am trying to copy a folder in the D: partition of my laptop it has an SSD to an external HDD's E: partition it's connected through USB, it was the HDD of my previous laptop.Command I'm running on Terminal with admin rights: robocopy "D:\gameInstallers\Ace Combat 7 Skies...
  3. Windows from SSD to External HDD

    in Windows 10 Software and Apps
    Windows from SSD to External HDD: I am attempting to move Windows from a pre-installed m.2 SSD to a new external HDDSeagate in my brother's HP Pavilion Gaming Desktop. The reason for this swap is because he has purchased a new SSD that has more storage than the current one. The PC did not have an internal HDD...
  4. Cannot move/copy folders from External HDD to External HDD.

    in Windows 10 Ask Insider
    Cannot move/copy folders from External HDD to External HDD.: [ATTACH] After starting the move/copy of the given folder, the explorer starts calculating but instead of starting the process, quickly completes (animates 0% to 100% complete) but the folder did not get moved or copied. Happens when trying to move/copy folders larger then...
  5. External HDD error while copying

    in Windows 10 Drivers and Hardware
    External HDD error while copying: Hi!I just bought a new external HDD, to make a second copy of everything I have in my PC. First, I tried to copy folders from a HDD to the other, but everytime it would crash 30 seconds after.I tried to copy the files from the HDD back into the PC where they were originally...
  6. External HDD error while copying

    in Windows 10 Gaming
    External HDD error while copying: Hi!I just bought a new external HDD, to make a second copy of everything I have in my PC. First, I tried to copy folders from a HDD to the other, but everytime it would crash 30 seconds after.I tried to copy the files from the HDD back into the PC where they were originally...
  7. External HDD error while copying

    in Windows 10 Software and Apps
    External HDD error while copying: Hi!I just bought a new external HDD, to make a second copy of everything I have in my PC. First, I tried to copy folders from a HDD to the other, but everytime it would crash 30 seconds after.I tried to copy the files from the HDD back into the PC where they were originally...
  8. Copying Windows 10 to new SSD from existing HDD while upgrading to SSD from HDD.

    in Windows 10 Updates and Activation
    Copying Windows 10 to new SSD from existing HDD while upgrading to SSD from HDD.: Hi, I'm thinking about updating my 2 years old laptop from HDD to SSD. Since my HDD is still in working condition, I plan to use it as an external HDD. I have a pre-installed Windows 10 Home on my laptop.Is it possible for me to transfer it to the new SSD while upgrading?...
  9. BSOD when copying files from external HDD to external HDD

    in Windows 10 BSOD Crashes and Debugging
    BSOD when copying files from external HDD to external HDD: Long story short, I've purchased a 5TB WD Mypassport USB C HDD to replace my 4tb wd my passport and I'm usding syncback to copy over about 2.8TB of backups and what not Twice now I've had it crash while running. I've come back to it and found it has restarted. found the...
  10. Copying HDD to SSD

    in Windows 10 BSOD Crashes and Debugging
    Copying HDD to SSD: Is there an easy way to do this? https://answers.microsoft.com/en-us/windows/forum/all/copying-hdd-to-ssd/740b1582-9387-463e-abeb-a4323fc65270