Page 1 of 1

[SOLVED] how copy 18gb big file?

PostPosted: Jul 23rd, '12, 06:23
by linsspinho
I can not copy 18gb big file from my usb hd to my 76gb extended ext4 partiotion, Anyone can help me please.

i have tried cp, rsync commands with root previlegies, with no sucess.

What is going on?

Where am i wrong?

Linux cant copy large files?

Re: how copy 18gb big file?

PostPosted: Jul 23rd, '12, 08:22
by doktor5000
What error messages do you get? Please next time you try copy&paste the exact command you used and the error message you receive, otherwise it'S hard to troubleshoot what went wrong. What filesystem is on that usb hdd, and where exactly do you want to copy the file in question? In general this works here just fine, size also doesn't matter, if there's enough free spaced in the filesystem where you want to copy it.

Re: how copy 18gb big file?

PostPosted: Jul 23rd, '12, 16:53
by linsspinho
Hi doktor5000 thanks for your reply. It is hard to get the exactly error message because I had tried several ways to solve this problem. did not believe that it was really happening with linux, with cp command it said something like that: "error copying file" and rsync commad I aborted after 4 hours. I´ll try a dd command like this:

Code: Select all
dd if=/path/your_big_file of=/your_ext4_mounted_partition/copy_of_the_big_file bs=1M


Somebody told me to use it.

Re: how copy 18gb big file?

PostPosted: Jul 23rd, '12, 23:33
by widget
Actually run one of those commands and post all output here. "Something like what ever" is not information to base anything on at all. We need actual terminal out put of actual specific terminal commands.

Re: how copy 18gb big file?

PostPosted: Jul 23rd, '12, 23:36
by doktor5000
Please provide more details which i've already asked for (used filesystems, copy destination, exact commands & error messages ...)

Re: how copy 18gb big file?

PostPosted: Jul 24th, '12, 17:24
by linsspinho
Hello guys that is the output of the last try:

Code: Select all
[root@localhost sete]# dd if=/media/f2dc3eb4-665e-4d1b-9e5d-b9d59d216a37/sete/sete.vdi of=/mnt/part-file/sete/sete.vdi bs=1M
dd: reading `/media/f2dc3eb4-665e-4d1b-9e5d-b9d59d216a37/sete/sete.vdi': Input/output error
4205+1 records in
4205+1 records out
4410028032 bytes (4.4 GB) copied, 2725.47 s, 1.6 MB/s


I dont know what is going on, i think my computer has any hardware problem. I am thinking reformat everything again! I'll wait a little to see if somebody can give a light at the end of the tunnel.

Re: how copy 18gb big file?

PostPosted: Jul 26th, '12, 18:54
by doktor5000
linsspinho wrote:dd: reading `/media/f2dc3eb4-665e-4d1b-9e5d-b9d59d216a37/sete/sete.vdi': Input/output error

[...]
I dont know what is going on, i think my computer has any hardware problem.
Seems the filesystem or the drive you try to read from is failing. Reformatting or reinstalling will not cure that problem.
And if you don't provide more details, it's hard to shed some light on the problem.

Re: how copy 18gb big file?

PostPosted: Jul 27th, '12, 03:28
by linsspinho
I agree, I dont have more details to provide. Thanks for your help anyway.

Re: how copy 18gb big file?

PostPosted: Jul 27th, '12, 21:47
by doktor5000
So you don't know nothing about the underlying filesystem, which destination and source you tried to copy to/from, at least?

Re: how copy 18gb big file?

PostPosted: Jul 28th, '12, 13:53
by linsspinho
I solved the problem reformatting everything, lost part of the data on usb hd. Thanks for you guys help.

Re: how copy 18gb big file?

PostPosted: Jul 28th, '12, 14:26
by isadora
Linsspinho, in accordance, would you mind marking the topic [SOLVED] then? ;)

Re:[SOLVED] how copy 18gb big file?

PostPosted: Jul 28th, '12, 20:10
by linsspinho
ok