Jump to content

How to Verify Burned CD


joeclark
 Share

Recommended Posts

Hi there. I frequently use CDSpeed on Windows to verify that burned discs are sector-by-sector readable. I would like to find something with the same functionality on Linux, but so far I haven't come up with anything. My requirements are:

* I don't have the original data available on Linux (it was burned on Windows)

* I don't have an ISO image or an md5 sum (I burned it direct-to-CD)

 

Anyone know of an easy way to accomplish this with the given requirements? For "flame bait", remember this is extremely easy to do on Windows (with CDSpeed). :-)

- Joe

Link to comment
Share on other sites

I had never though of this sort of checking. But I think it shouldn't be too hard. If I were to check a CD, here's what I would do as root ("#" is root's shell prompt):

# dd if=/dev/cdrom of=/dev/null

 

As far as I know, default dd behaviour is to stop on read-error (unless given the noerror option). So if all goes well, the data should be 100% readable.

 

Yves.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...