[Solved] What's the best way to copy a large amount of data?
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
[Solved] What's the best way to copy a large amount of data?
I've got a little over 1 TB of data I need to copy from an external hard disk to an internal hard disk. I tried just dragging and dropping, but it's been at 12% for a while now and I feel like it's stuck.
Last edited by fs0ciety on Sat Mar 30, 2019 6:41 pm, edited 1 time in total.
Re: What's the best way to copy a large amount of data?
Be patient. It may not be stuck but just transferring a full buffer. That's a lot of data, so it may take a while. Go have a beer or two and come back.
- Larry78723
- Level 11
- Posts: 3566
- Joined: Wed Jan 09, 2019 7:01 pm
- Location: Jasper County, SC, USA
Re: What's the best way to copy a large amount of data?
A 1TB drive can take 3 hours to copy, sometimes more depending on the method used. Be patient.

Re: What's the best way to copy a large amount of data?
You can always copy and paste in smaller increments but what ever you do it takes time...Mint will tell you when it's done. 

Linux For Ever...Windoze Never. 
The Freedom To Choose Your Own Avatar Without Victimisation.

The Freedom To Choose Your Own Avatar Without Victimisation.
Re: What's the best way to copy a large amount of data?
I would definitely use "cp" or "rsync" in a terminal to copy that much data. There are issues - as in this forum** - with at least some file-browsers and copying large amounts of data especially to/from USB drives.
** Edit: internet search this -
** Edit: internet search this -
Code: Select all
site:forums.linuxmint.com "copy" "large"
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
Re: What's the best way to copy a large amount of data?
You guys were right, I was a bit too impatient haha. I first tried to copy everything from the terminal by doing cp -r * /targetdirectory/, because I'm trying to learn terminal stuff. But my issue with that was that I couldn't see the progress. So then I did it the old fashioned way instead.
- Pjotr
- Level 22
- Posts: 16345
- Joined: Mon Mar 07, 2011 10:18 am
- Location: The Netherlands (Holland)
- Contact:
Re: What's the best way to copy a large amount of data?
Double Commander is a fine stand-alone file manager that has never bogged down on me. You might give it a try.
Tip: 10 things to do after installing Linux Mint 20.1 Ulyssa
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Re: What's the best way to copy a large amount of data?
For future reference, one way you can do that is to add the "v" tag (verbose), so
cp -rv /source/ /target/
, which will scroll the file names as copied. For more info on cp or any terminal command, look at the man page (short for manual), e.g., man cp
.- Lord Boltar
- Level 5
- Posts: 812
- Joined: Mon Jan 09, 2017 7:24 pm
- Location: Sunny Florida
Re: What's the best way to copy a large amount of data?
You can also use Krusader
IF your problem has been solved, please edit your original post and add [SOLVED] to the beginning of the Subject Line. It helps other members
The only way for evil to prosper is for good men to do nothing
The only way for evil to prosper is for good men to do nothing
-
- Level 19
- Posts: 9168
- Joined: Sun Aug 09, 2015 10:00 am
Re: What's the best way to copy a large amount of data?
dd command with bs=102400000 will copy 100 mb in one read operation.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help, and keeps the forum clean.
Regards,
Deepak
Mint 20.1 Cinnamon 64 bit with AMD A8/7410 / 8GB
Mint 20.1 Cinnamon AMD Ryzen3500U/8gb
Regards,
Deepak
Mint 20.1 Cinnamon 64 bit with AMD A8/7410 / 8GB
Mint 20.1 Cinnamon AMD Ryzen3500U/8gb
Re: What's the best way to copy a large amount of data?
Thanks, I'll try that out next time
Re: What's the best way to copy a large amount of data?
Just used Double Commander the other day to copy from an old install to a USB drive. It may not be pretty, but it sure works good!

“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
Re: What's the best way to copy a large amount of data?
my favourite is the Gnome Commander & which is also in the repositories.
- - they all have their own quirks, and some work better than others do.
when copying a lots of files, I'll generally do that directory by directory,
& in case of any file failure - - I've had a few, when doing bulk file transferring .. .. ..

Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.