09-11-2009
43,
2
Join Date: Jun 2008
Last Activity: 20 January 2017, 4:45 PM EST
Posts: 43
Thanks Given: 2
Thanked 2 Times in 1 Post
Help The Helpdesk?!!
-- Thanks in advance for any help --
This is a osx specific typically 10.5.x -10.6.x
I work at a mac helpdesk - and we do allot of Data Transfers/Migrations
As things go, at the helpdesk, with the world of computers; (hard drives) are not always willing to play nice.
So here is the proverbial scenario
Data Migration or Transfer from one computer to another, and from the computer we are transferring from the HD is mounting and smart status if passing... but...
1, Migration fails - due to hanging or data corruption
2. Imaging in Disk Utility fails with "Input/output error"
3. I use...
Cp -Rvf
And this generally this works for me because it will get everything off of the computer that it can read from the drive...
What I want to do, and do not know how, is three things essentially.
1. Run "Cp -Rvf" and log output to a "DT.txt file" as well
2. Run "Cp -Rvf" and log Just log (or filter) Just "Input/output errors" to and errors.txt
or Ideally
3. Run "Cp -Rvf" and log entire transfer to DT.txt and log just "Input/output errors" to errors.txt
Last edited by briandanielz; 09-13-2009 at 04:22 AM..