Hello! My name is Mostafa; I will assist you today.
There are a few ways to do it. Please follow the steps below:
Method 1
Using Robocopy and Mklink
- Open Command Prompt as an administrator.
- Use the Robocopy command
robocopy source_folder destination_folder /E /COPYALL /DCOPY:T /R:1 /W:1
Replace "source_folder" with the path to the folder you want to move from your SSD and "destination_folder" with the path to the folder on your HDD where you want to move the files. The options used (/E, /COPYALL, /DCOPY:T, /R:1, /W:1) ensure that all files, directories, permissions, and timestamps are preserved during the transfer.
Method 2
Using copy and paste
- Open File Explorer and navigate to the location of the files you want to move.
- Select the files or folders you want to move.
- Right-click on the selected items and select "Copy" (or press Ctrl+C).
- Navigate to the destination folder on your HDD (drive D).
- Right-click in the destination folder and select "Paste" (or press Ctrl+V) to move the files or folders to the new location.
- Repeat steps 2-5 for each file or folder you want to move.
Method 3
You can use 3rd party apps such as EaseUS Todo PCTrans, EaseUS Disk Copy, AOMEI Backupper.
Please let me know if you have more questions. Thank you.