Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7844895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:02:38+00:00 2026-06-02T17:02:38+00:00

This is so wrong. I want to perform a large copy operation; moving 250

  • 0

This is so wrong.

I want to perform a large copy operation; moving 250 GB from my laptop hard drive to an external drive.

OSX lion claims this will take about five hours.

After a couple of hours of chugging, it reports that one particular file could not be copied (for whatever reason; I cannot remember and I don’t have the patience to repeat the experiment at the moment).

And on that note it bails.

I am frankly left aghast.

That this problem persists in this day and age is to me scarcely believable. I remember hitting up against the same scenario 20 years back with Windows 3.1.

How hard would it be for the folks at Apple (or Microsoft for that matter) to implement file copying in such a way that it skips over failures, writing a list of failed operations on-the-fly to stderr? And how much more useful would that implementation be? (both these questions are rhetorical by the way; simply an expression of my utter bewilderment; please don’t answer them unless by means of comments or supplements to an answer to the actual question, which follows:).

More to the point (and this is my actual question), how can I implement this myself in OS X?

PS I’m open to all solutions here: programmatic / scripting / third-party software

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:02:40+00:00Added an answer on June 2, 2026 at 5:02 pm

    I hear and understand your rant, but this is bordering on being a SuperUser-type question and not a programming question (saved only by the fact you said you would like to implement this yourself).

    From the description, it sounds like the Finder bailed when it couldn’t copy one particular file (my guess is that it was looking for admin and/or root permission for some priviledged folder).

    For massive copies like this, you can use the Terminal command line:

    e.g.

    cp
    

    or

    sudo cp
    

    with options like “-R” (which continues copying even if errors are detected — unless you’re using “legacy” mode) or “-n” (don’t copy if the file already exists at the destination). You can see all the possible options by typing in “man cp” at the Terminal command line.

    If you really wanted to do this programatically, there are options in NSWorkspace (the performFileoperation:source:destination:files:tag: method (documentation linked for you, look at the NSWorkspaceCopyOperation constant). You can also do more low level stuff via “NSFileManager” and it’s copyItemAtPath:toPath:error: method, but that’s really getting to brute-force approaches there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've Googled for this but must be using the wrong keywords. Basically I want
Or am I thinking about this wrong? Basically, I want to be able to
I want to perform a date operation in my android app. What I want
I want to know the function that can perform the following operation $str =
I am sure I am just doing this wrong, can someone point me in
Why is this code correct: try { } catch(ArrayOutOfBoundsException e) {} and this wrong:
I'm mot sure if I'm doing this wrong or not I don't know if
Is it possible to do a macro selection using something similar to this (wrong)
I am completely new to iOS development so I may be doing this wrong
Is there anything wrong this code. Tried and tested a hundred times. <a href=#comment_magic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.