|
|
|
|
#1 |
|
Triple-A Player
Join Date: Oct 2005
Posts: 89
|
Software to Recover Data From Damaged CD
I found a really old and damaged CD and am trying to transfer the data (videos and photos) from it to my hard drive. Of course this fails, the finder basically gives up after encountering the first unreadable file. What software would you recommend for salvaging as many files as possible?
Thanks! |
|
|
|
|
|
#2 |
|
Hall of Famer
Join Date: Feb 2003
Location: Brighton, UK
Posts: 3,832
|
In this case, it is good to try and clone a disk to a read/write disk image rather than trying to extract the files one by one. Give the disk a clean, use something like carbon copy cloner to create a copy of disk. If you manage to clone you have a good chance of getting data off if directory is not damaged on original disk.
|
|
|
|
|
|
#3 |
|
Triple-A Player
Join Date: Nov 2010
Posts: 175
|
If the disk is broken its not possible
__________________
Thanks, Simon Lim[/URL] |
|
|
|
|
|
#4 |
|
MVP
Join Date: Jan 2004
Posts: 1,760
|
Although I have never tried none of these procedures myself, I have heard of people filling in the scratches with clear polish or something like that or buffing out the scratch so that it's a smooth surface. Basically, the optics shouldn't reflect off the scratches and that's what making it difficult to read the data.
Google for best method on this if your interested.
__________________
with warm regards Ronald Cross |
|
|
|
|
|
#5 |
|
League Commissioner
Join Date: Sep 2003
Location: Tokyo
Posts: 6,057
|
Toothpaste works rather well, brush in a radial direction and resist the temptation to use the belt sander.
However, I believe the original question was: Some files are ok, some aren't. I want all I can get and forget about the rest. Finder bails out at the first bad file. Try `find` in the Terminal: cd "/Volumes/cdname" ; find . -type f -exec cp {} /path/to/recover/folder/{} \; Caveats: Won't work if the directory is damaged cp is called once for each file, expect lots of noise from the drive. the final \; is rather critical. In fact, typing, spacing and punctuation throughout is rather critical. |
|
|
|
![]() |
| Tags |
| damaged, damaged cd, recovery, software, tool |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|