Author Topic: Problems copying files [Solved]  (Read 423 times)

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 897
Problems copying files [Solved]
« on: November 25, 2012, 09:48:12 PM »
I'm trying to copy the full contents of a 2 TB HD in a USB dock over to a recently purchased 2 TB WD MYBook. The copy keeps keeps on failing. There's usually no error, just the transfer rate hits zero and stays there.

Am I missing something or is USB copying buggy?
« Last Edit: November 29, 2012, 10:55:44 AM by dixonpete »

Online µT6

  • Hero Member
  • *****
  • Posts: 1894
Re: Problems copying files
« Reply #1 on: November 25, 2012, 10:21:43 PM »
ijust copied u gbs to a usb hard disk and all was fine

have you tried to connect the hard disk into another usb port?

is the drive new(the internal one)?

what kernel are you using?
"A question that sometimes drives me hazy: am I or are the others crazy?"

Albert Einstein

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1899
  • Certified Windows Hater
Re: Problems copying files
« Reply #2 on: November 25, 2012, 11:29:40 PM »
Are you using a file manager to do the copying? You could try with rsync through terminal.
For the whole world, you are someone.
For someone, you are the whole world.

Offline Phil

  • Hero Member
  • *****
  • Posts: 739
Re: Problems copying files
« Reply #3 on: November 26, 2012, 02:35:18 AM »
Hi DP,

Terrabyte drives.....I am loosing track of sizes now.

Permissions matter, so do it as root.

USB can be very slow. (2TB / transfer speed = long wait)

rsync means you can keep coming back over several days rather than all at once.

rsync --archive source dest (care - both drives need to be mounted)

Offline Waldo22

  • Sr. Member
  • ****
  • Posts: 377
  • I yam what I yam.
Re: Problems copying files
« Reply #4 on: November 26, 2012, 05:22:16 AM »
I had to remove some pre-installed software from an external hard drive once before it would work properly with linux.  I also deleted the partition that the software was installed on, and reformatted the drive.  I probably voided the warranty when I did it, but it didn't hurt anything.

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 897
Re: Problems copying files
« Reply #5 on: November 29, 2012, 10:55:26 AM »
The problem seemed to be related to one particular drive placed in one USB dock. Tried another on another laptop and it worked. Slow as all heck ( think 4 GB/hr!) but it is working.