Fastest way to copy files in Windows 10

  Рет қаралды 48,185

Jon Jensen

Jon Jensen

Күн бұрын

Пікірлер: 70
@dmitriykhudoleyev7308
@dmitriykhudoleyev7308 Жыл бұрын
I was using exact command for copying 17+ million files/folders from one external SSD to another. Dell Precision with Intel Xeon, 32 GB. No logs, no validation - took 2.5 hours. Pretty amazing result. thank you!
@manideep6746
@manideep6746 3 жыл бұрын
robocopy 'folder location' 'destination folder location' /S /E /MT:32 /NFL /NDL /NJH /NJS hope this helps☝
@KevinMullett
@KevinMullett 2 жыл бұрын
I remembered watching this a while back and returned to try it out consolidating a bunch of old files on from PETA external USB 2 drives to a 4tb USB 3 external. Holy cow did this make a huge difference! Thanks. Side note, I am testing the addition of /R:3 /W:10 to stop endless retries for files that error when copying (permissions, errors on the drive, etc.).
@jamesmiller9540
@jamesmiller9540 3 жыл бұрын
maybe you could upload these CMD paths to the description below video it would save a hellova time
@salsuginusrex5196
@salsuginusrex5196 2 жыл бұрын
Just a note for average viewers like me: not everyone's processor can multithread 32 streams of information. You need to search to find how many threads your CPU can handle.
@mikedejong2746
@mikedejong2746 3 жыл бұрын
Thanks dude, you saved my day! I was moving 65GB storage to another disk
@Desaved
@Desaved 2 жыл бұрын
Wonderful! Thank you! Saves incredible time! I don't understand why Microsoft doesn't do this as the default!
@jazmanjef
@jazmanjef 2 жыл бұрын
I was wondering the same thing; what a head-scratcher .....
@seernuruu
@seernuruu 2 жыл бұрын
I am working on around Huge amount of files and I've just this method. wow, it really worked fast and save a lot of time.
@Aareses
@Aareses 3 жыл бұрын
This was fantastic thank you! Shouldn't only /E or /S be used, but not both?
@awesomearizona-dino
@awesomearizona-dino Жыл бұрын
TIPS, excessive threads (MT) in Robocopy can SLOW DOWN process substantially (depending on other parameters), ALSO, IF you do NOT use LOG, (display on screen)the process will be slower.
@popcornchokes84
@popcornchokes84 3 жыл бұрын
Quality life improving content. Thanks a million!
@telejonjensen
@telejonjensen 3 жыл бұрын
Happy to help!
@reneriveral7093
@reneriveral7093 3 жыл бұрын
Tested with a 5.21 GB Crossfire installer files and below are the result Using: File explorer - 3min 09s Powershell Copy-Item - 3min 12s Powershell robocopy (again thing) - 4min 13s any other copy utility software recommendations? I need to transfer a 200GB file. Thanks
@steveyg777
@steveyg777 Жыл бұрын
I have an issue with copying files to do with retro gaming. I know the windows prevents the creation of the files with certain names including con and aux et cetera. Do you know how I can get around this? Have you already got a video about this subject, or can point me in the right direction please?
@danser_theplayer01
@danser_theplayer01 3 ай бұрын
So it's cool in this example, but I'm pretty sure it doesn't change much if you have for example much larger files, and there are less of them.
@danbromberg
@danbromberg 2 жыл бұрын
Well done, thanks! But does running RC from Powershell instead of the command line have any impact on the speed?
@TheCpkug
@TheCpkug 10 ай бұрын
This is great thank you so much. On a side note. I couldn't make it work when copying i.e. a cellphone camera folder to an external drive folder. Because the mobile storage is not presented as a drive but rather shared internal storage. So there's no drive letter to point to :(
@daslolo
@daslolo 2 жыл бұрын
Won't MT:32 cause mass fragmentation? even SSD aren't immune to that
@krazen2166
@krazen2166 3 жыл бұрын
Dear christ i dont ever comment and probably you wont see this but my god how insanely interesting this was. I do cisco networking for the most part and this has intrigued me that if this is even a glimpse at the power of working with powershell that i wanna look into learning PS more. Incredibly informative vid, gave a like and subscribe instantly and will be sure to check out your other content.
@jazmanjef
@jazmanjef 2 жыл бұрын
Wow. What a MASSIVE time saver --- thanks Jon!
@jesuschrist3000ADHD
@jesuschrist3000ADHD 3 жыл бұрын
Does the last command copy all types of file?
@BrosTheNugget
@BrosTheNugget 3 жыл бұрын
I know this is an old video by now, but I was wondering if you know of any reasons why robocopy wouldn't work? I've typed in exactly what you did into powershell, both regular and admin mode, moving almost the same amount of files as in your video, and it just sits rather still and not doing anything. The files are all .png and small too btw. I've left it going for hours before and it hasn't done anything yet, not even displaying things by default like I read up on it and it was said to do. Task Manager says powershell is using almost 9% of my cpu, so it must be doing something, but I can't tell what. It isn't logging because I turned all of that off since it's just moving things from one file to the next on a pc rather than a work computer. My computer has a i7-10700KF and 32gb of ram, so there's no hardware reason for this to be the case. I hope that you see this soon, even if its on an old video
@awesomearizona-dino
@awesomearizona-dino Жыл бұрын
Hi, Robocopy is very sensitive to proper syntax, also copying to mapped drives can be problematic. it takes time and study in some cases to figure it.
@AB-ms7my
@AB-ms7my 2 жыл бұрын
/s /e are mutually exclusive now according to Microsoft docs...
@quasar8744
@quasar8744 3 жыл бұрын
Hey I want to know how to copy zip files using robocopy because it say invalid directory
@dndplus5
@dndplus5 2 жыл бұрын
Anyone know what is the purpose the three 000's in the command line?
@flexxodus
@flexxodus Жыл бұрын
RoboCop approves of robocopy
@wizzardrincewind9458
@wizzardrincewind9458 3 жыл бұрын
Many thanks. This is very, very useful. Greetings from Germany :)
@michelouellette6118
@michelouellette6118 Жыл бұрын
Great Job !!! Thank You !!!!
@victorwang9538
@victorwang9538 3 жыл бұрын
Like the last one. You saved my day!
@jamesmiller9540
@jamesmiller9540 3 жыл бұрын
i really appreciate these how to tutorials, but if the fastest way to transfer files , is to open cmd, etc defeats the whole point of this..i just wanted a faster way to copy & paste, or send to by right clicking on 1 drive to send the data to another, so i am bamboozled by all this..it would take another tutorial to do all this, so this fastest way would take us PC novices longer to do this stuff to improve transfer speed, than it would the old fashioned way, right click & send.......thank you stay safe but i will stick to the Pony Express method, hi ho Silver
@sj4dome
@sj4dome 3 жыл бұрын
I agree with you, it not friendly with user. we need simple and easy
@farhamsafdarian8494
@farhamsafdarian8494 Жыл бұрын
Really good. Thanks a lot
@sharethevibe8702
@sharethevibe8702 4 жыл бұрын
Hi Jon. Looks like you're into SQL and programming and often moving loads of small files... ;-) Great to stumble upon this video of yours. Good you worked and showed it all methodically. I am into audio-files. Merging large collections. Ao having trouble in getting a NAS on speed. DIY NAS on FreeNAS. Via SMB/Samba going to workstation on Windows. Slow r/w, slow dir.listing in several sw packages, slow file-deletes. Didnt know but tried your Robocopy command and reads go up 50%. Nice and good to see it has an effect (many tunings did nothing). But probably the command-settings can be tuned/improved to my file-situation?
@sharethevibe8702
@sharethevibe8702 4 жыл бұрын
Am having audio-files (from small MP3 to large WAV), file-size-range 4MB-250MB with heavy emphasis on ~10MB and ~35MB. Often moving say 300.000 files from workstation to NAS (via 10Gb-connection). Then waiting-game starts... You gave a command-line that you probably tested and ended up with as best for your (4k-thumbnail-file) situation. Can this be improved upon for the file-situation I have (also: files moving from NAS/Linuxlike to workstation/Windows)? Any input much appreciated. Cheers. Gerard
@telejonjensen
@telejonjensen 3 жыл бұрын
Hi, Going across the network or to a different operating system I usually just copy to a USB3 drive and do it that way. Jon
@ArtistManishGupte
@ArtistManishGupte Жыл бұрын
Thanks for the video. It help me for copy pasting my old data speedly with the help of ppowershell method
@joshottotv
@joshottotv 3 жыл бұрын
Another solution, primo cache and a ssd or another caching program
@mehdinoori7278
@mehdinoori7278 3 жыл бұрын
Not useful mate, Your data will be cached untill it's fully copied.
@techsporadic
@techsporadic 2 жыл бұрын
Thank you kindly
@Ladyfyre-graphics
@Ladyfyre-graphics 3 жыл бұрын
I appreciate you sharing this but what I really want to know is why on earth my 10 year old Window 7 system is so much faster at standard copy/pasting/moving huge numbers of files than my shiny new Windows 10 machine, where on paper the hardware blows the old pc out of the water? The Win 10 box has a new 1tb Samsung SSD plus a 4tb standard HDD and it was slow to handle files from the beginning. I'm almost at the point of exploring ways of running Win 7 safely and switching back.
@telejonjensen
@telejonjensen 3 жыл бұрын
Great question - have you turned virus scanning off or is the virus scanning configuration different between the two systems? Thanks for watching! Jon
@Ladyfyre-graphics
@Ladyfyre-graphics 3 жыл бұрын
@@telejonjensen they both have windows defender and nothing else, same chrome extensions, onedrive, Creative Cloud and Office 365. Thank you for your reply! There is mostly the same software installed but I tend to only run a few programs anyway.
@rick4electric
@rick4electric 2 жыл бұрын
One has the heebie-jeebies and the other doesn't. They don't bother giving the "hot-foot" to older systems because they get rarer ever day. Unless of course you are a high-profile pain in their ass!
@awesomearizona-dino
@awesomearizona-dino Жыл бұрын
Try disabling Drive Indexing on W10, you may need to restart. you can re-enable indexing after you do copying.
@Ladyfyre-graphics
@Ladyfyre-graphics Жыл бұрын
@@awesomearizona-dino thank you I'll try that, I've got a lot of renders and opening the folders in explorer just chokes it
@christianbrucelo6565
@christianbrucelo6565 3 жыл бұрын
Great video bro
@aidenstagg4912
@aidenstagg4912 Жыл бұрын
Mateeee, you’re a fucking legend!
@alanorourke6140
@alanorourke6140 Жыл бұрын
Fantastic copy rate
@CoreUnderscore
@CoreUnderscore 2 жыл бұрын
Appreciate the video.
@shaileshsaigal5193
@shaileshsaigal5193 2 жыл бұрын
dude you are epic unfortunately last one is still slow for me . Doing 3tb data not 1 to 3 min to 7 sec but same slow laborious using various methods like the ones you described. 1hr about 100 gb which is poopy slow.
@manoj_architect2712
@manoj_architect2712 3 жыл бұрын
Your awesome man🔥 thankyou
@scott-ish404
@scott-ish404 3 жыл бұрын
How about large files? Have been trying exactly the command recommended in this vid but for large video files instead and after 12 mins it's still stuck at 0%! I just can't seem to find any more specific instructions for such files.
@simonprentice8153
@simonprentice8153 3 жыл бұрын
/j - would that help?
@VK-qf4qi
@VK-qf4qi 2 жыл бұрын
Your test are somehow wrong, only first one really copying files everything else is just pasting your ram content to the target disk again and again while you are selecting the same files and robocopy failed 1st time because you were replacing files so on the target were placing more i/o operations instead of just writing on the target disk. Remake your tests by rebooting the machine before each test, find a way to measure time without using an app on the pc, use your phone or a smart watch and delete the target disk (even the partition if its probably a test disk) and recreate.
@georgesmith3022
@georgesmith3022 2 жыл бұрын
there is no point to use 32 threads if your computer has only 4 or 8. Learn your basics. Your pc will slow down due to thread management (stoping and starting threads)
@ユエ-o2x
@ユエ-o2x 3 жыл бұрын
Thanks a lot!
@TheGrizzlyKnight
@TheGrizzlyKnight Жыл бұрын
Phenominal!
@michaelkrailo5725
@michaelkrailo5725 4 жыл бұрын
@13:24 is where the fastest way is demonstrated. The robocopy command didn't show up in my powershell but it does show up in the regular CMD prompt. Any idea why?
@telejonjensen
@telejonjensen 3 жыл бұрын
Hi Michael, What version of Powershell and Windows are you using? Thanks for the question. Jon
@michaelkrailo5725
@michaelkrailo5725 3 жыл бұрын
@@telejonjensen I have no idea why it wasn't showing up in the path on that day I tested it but it is now showing up just fine. The command was always there, just didn't show up in the path so I had to go into the directory where it was located and run from there. I'm guessing it got fixed in one of the updates that happened recently. My current version of PS is 18362 at present and as I said it's working now. My OS version is 10.0.18263.
@rife4785
@rife4785 4 жыл бұрын
Microsoft is still stuck on these problem comparing with Mac its fast transferring files but windows still stuck there i think they never think about it . That's the reason I hit windows I work with big capacity fils and time to move from c to d you need to go take a shower go to gym eat some pasta then you kome back you see the f.... 99.9999999
@firstlast493
@firstlast493 8 ай бұрын
👍
@mohammadalimougou1503
@mohammadalimougou1503 3 жыл бұрын
awesome, 10000000 thanks.
@zanquinoe.s.7131
@zanquinoe.s.7131 3 жыл бұрын
From my testing >>> robocopy 'C:\Users\San\Desktop\TEST' 'X:\TEST' /S /E /MT:32 /NFL /NDL /NJH /NJS
How to copy large amounts of files in Windows
14:36
Chris Titus Tech
Рет қаралды 154 М.
RoboCopy: Your Data Copying Ally for IT Admins
24:28
TechsavvyProductions
Рет қаралды 22 М.
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 4,5 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 6 МЛН
Microsoft is Still Making it Harder to Fix Windows
17:15
CyberCPU Tech
Рет қаралды 11 М.
The SIMPLEST Way to Organize Your Files and Folders
10:14
Lea David
Рет қаралды 235 М.
Copy, Move, Delete files with PowerShell
17:01
Shane Young
Рет қаралды 174 М.
Illegal File Names in Windows 10
13:09
FlyTech Videos
Рет қаралды 310 М.
Robocopy Backup Tutorial for Windows
25:15
oswyguy
Рет қаралды 47 М.
Things You Need to Disable in Windows 10 Right Now
22:16
Britec09
Рет қаралды 1,3 МЛН
Slow Copying in Windows 11?   Try FastCopy to copy your files.
12:36
Click Next Demos
Рет қаралды 35 М.
Linux Operating System - Crash Course for Beginners
2:47:56
freeCodeCamp.org
Рет қаралды 2,3 МЛН