reading a CD-R with errors

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
Ned
DBB Ace
DBB Ace
Posts: 308
Joined: Thu Jul 08, 2004 9:58 pm
Location: Maryland

reading a CD-R with errors

Post by Ned »

Hey, I want to copy off all of the files from a CDR I made years ago. It is getting some errors, so it always stops in the middle of copying and I never know exactly what the last file done was. Is there a way to have it copy and CONTINUE if it can't get some of the files, as in get "all it can?"

:?
User avatar
CDN_Merlin
DBB_Master
DBB_Master
Posts: 9781
Joined: Thu Nov 05, 1998 12:01 pm
Location: Capital Of Canada

Post by CDN_Merlin »

Make an ISO of the CD then extract the contents of the ISO with UltraISO to your Hard Drive.
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

It'll probably get an error and abort reading the ISO. I'm thinking this is a physical media error.
User avatar
Ned
DBB Ace
DBB Ace
Posts: 308
Joined: Thu Jul 08, 2004 9:58 pm
Location: Maryland

Post by Ned »

It was burned via an old Mac onto a very suspicious Sony CD-R disc (very silver toned 2x, not blueish 32x, etc). I think the laser power was not right or the dye a poor formulation.

About 90% of the files come off, but there are hundreds to sort through. I dont know much about ISOs. IS there a way to do a copy command that will ignore errors or make a report, WITHOUT stopping?
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

xcopy D:\Source C:\Destination /E /C /H
User avatar
Ned
DBB Ace
DBB Ace
Posts: 308
Joined: Thu Jul 08, 2004 9:58 pm
Location: Maryland

Post by Ned »

Thanks

worked great

/E
/C
/H

E copy empty directories
C Continue even after an error
H copy hidden files too
Post Reply