dd if /Volumes/cd/myfile.txt of ~/Desktop/recovered.txt conv=noerror
I have on linux and Windows and under some conditions it'll take forever to detect that there was an error and move on. You may be better off trying "bs=1024 count=10240" and to guess the number of KB before the error (10 in the example above).robbieduncan said:Note I have not tried this!
motulist said:Okay, I'm gonna give this a try, but before I do I need to know what I should be cautious about. Is there anyway that if I use this incorrectly it could mess something up? For instance, will it overwrite anything on the destination hard disk without a warning?
yippy said:The only chance would be with some of the developer tools but I don't know anything about using them.
That said. I have a question. Why? Half of a file is not going to do you any good, you can't open half of a text file and get text, nor can half of a movie file play half of a movie. Files are all or nothing and I highly doubt it is possible to extract any useful information from it.
PAR = parity archive http://parchive.sourceforge.net/yippy said:I don't quite understand what these par files are or how they work but I will probably never even see them so it doesn't matter.