Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

typecase

macrumors 6502
Original poster
Feb 2, 2005
396
407
Hello all,

I am having a problem. I'd like to copy a folder to an external firewire drive. The folder is large (40GB) with lots of files. Halfway through copying, though OS X gives me an error saying there was a problem copying one file and it aborts entire process. I've had similar problems before if there is an isolated problem with one file. Is there some way I can force the copy, skipping a file that has an error? Is there some program out there with a more robust copy soloution? Perhaps it's as simple as UNIX command with the right switch. Any help greatly appreciated.
 
in a terminal try

cp -r <folder> <destination>​

where <folder> is the folder you want copied and <destination> is destination drive's mount point, which is usually found in the '/Volumes' directory
 
I've encountered this annoying problem when the folder contains certain files that were created in OS9 or Windows. I am not sure what it is about these files that the OSX Finder does not like. Workaround: zip the folder (control-click then choose option "Make archive of") then copy the folder to new destination, then unzip. Time-consuming but it works.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.