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?
dd if=/path/your_big_file of=/your_ext4_mounted_partition/copy_of_the_big_file bs=1M
[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
Seems the filesystem or the drive you try to read from is failing. Reformatting or reinstalling will not cure that problem.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.
Users browsing this forum: Google [Bot] and 1 guest