Hi, I've got two external firewire hard drives daisey-chained together. I would like to copy everything from one to the other. Using Linux, I invoke the command,
cp -vR /mnt/fireDrive1/* /mnt/fireDrive2
This works, but at a snails pace. I mean REALLY slow!!
I noticed that while doing this, there is almost no load on my cpu. I'm thinking that copying lot's of data on daisey-chained devices is the issue. Perhaps plugging in the second external HD into a different firewire port.
Anyone have ideas or suggestions?
cp -vR /mnt/fireDrive1/* /mnt/fireDrive2
This works, but at a snails pace. I mean REALLY slow!!
I noticed that while doing this, there is almost no load on my cpu. I'm thinking that copying lot's of data on daisey-chained devices is the issue. Perhaps plugging in the second external HD into a different firewire port.
Anyone have ideas or suggestions?