I have about 50 gigs of music on there that i really want to get off, but when i try to copy all of the music folder to my other mac, it stops in the middle because certain files are unreadable and i get an error code, i believe error More Less. Reply I have this question too 12 I have this question too Me too 12 Me too. All replies Drop Down menu. Loading page content. Question marked as Solved User profile for user: Niel Niel. See here.
Why i get this error? RSS feed for comments on this post. TrackBack URL. Name required. Mail will not be published required. Powered by WordPress. Notes on script usage First you need to download the script. Here is a link to the file. Save it as Force-Copy. Make sure the extension is correct: ps1! There is also a more simple script available at stackoverflow.
This is a PowerShell script, so it has to run under the PowerShell environment. Run PowerShell and navigate it to your desktop directory. For example, run cmd , type cd desktop and then type powershell -ExecutionPolicy bypass. Execution policy needs to be changed because PowerShell will not allow scripts to be run by default.
With bypass , the script is not blocked and there are no warnings or prompts. Finder - Fails SuperDuper - Fails Ditto terminal command - Fails I was hoping that Ditto would do the trick, the Ditto man page says: ditto returns 0 if everything is copied, otherwise non-zero. I have submitted a bug to Apple re ditto failing to perform as advertised. Any other ideas? Improve this question. See stackoverflow.
Add a comment. Active Oldest Votes. I use cp -Rfpv sourcefile destinationfile with success on a pretty regular basis. Improve this answer. Mr Rabbit Mr Rabbit You can get it for OS X if you're using Homebrew by typing in an Terminal window: brew install ddrescue A guide on arstechnica describes how to rescue a failed disk using ddrescue. Overbryd 1 1 gold badge 4 4 silver badges 11 11 bronze badges.
This seems like it should be the selected answer - why isn't it. Is the downside to this that you need homebrew for ddrescue? Yuri Sucupira Yuri Sucupira 4 4 silver badges 8 8 bronze badges. Collectives on Stack Overflow. Learn more. Asked 9 years, 8 months ago. Active 6 years, 9 months ago. Viewed 8k times. This is so wrong. OSX lion claims this will take about five hours. And on that note it bails.
I am frankly left aghast. More to the point and this is my actual question , how can I implement this myself in OS X? Improve this question. Mat k 39 39 gold badges silver badges bronze badges. Try using rsync , cp , or any other number of free applications that allow you to copy data from one place to another.
0コメント