Hello, I have two external firewire drives daisy-chained together. I'm trying to copy everything from one to the other. Here's the command I used,
cp -vR /mnt/firewire1/* /mnt/firewire2/
This seems to work but at a snails pace. I mean REALLY SLOW!! Perhaps there's a better way to copy large amount of files/directories in this manner? Thanks for any feedback.
M
cp -vR /mnt/firewire1/* /mnt/firewire2/
This seems to work but at a snails pace. I mean REALLY SLOW!! Perhaps there's a better way to copy large amount of files/directories in this manner? Thanks for any feedback.
M