Jump to content

checksum confusion


Guest nessus13
 Share

Recommended Posts

I have 2 cd drive. But /dev/cdrom is symlinked to the right device. .. I even hear the cdrom spin while dd is doins his job. .. and the cd drive light is up.

Link to comment
Share on other sites

Well, you'll not beleave it but YES. Look at that:

 

Burner:

gd@localhost gd $ isoinfo -d -i /dev/cdroms/cdrom1

CD-ROM is in ISO 9660 format

System id: LINUX

Volume id: MandrakeLinux9.1-Download-1

Volume set id: 91DOWNLOAD1

Publisher id: Mandrakesoft

Data preparer id:

Application id: Installation CD 1 (x86)

Copyright File id:

Abstract File id:

Bibliographic File id:

Volume set size is: 1

Volume set sequence number is: 1

Logical block size is: 2048

Volume size is: 333088

Joliet with UCS level 3 found

Rock Ridge signatures version 1 found

gd@localhost gd $ dd if=/dev/cdroms/cdrom1 bs=2048 count=333088 conv=notrunc,noerror | md5sum

333088+0 records in

333088+0 records out

6f1581974e12420fef87868ed6caa31f  -

DVD:

gd@localhost gd $ dd if=/dev/cdroms/cdrom0 bs=2048 count=333088 conv=notrunc,noerror | md5sum

dd: reading `/dev/cdroms/cdrom0': Input/output error

333070+0 records in

333070+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333071+0 records in

333071+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333072+0 records in

333072+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333073+0 records in

333073+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333074+0 records in

333074+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333075+0 records in

333075+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333076+0 records in

333076+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333077+0 records in

333077+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333078+0 records in

333078+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333079+0 records in

333079+0 records out

dd: reading `/dev/cdroms/cdrom0': Input/output error

333079+0 records in

333079+0 records out

333079+0 records in

333079+0 records out

bab08fd4c3692ec4ee7ab6a2ceba56db  -

 

That's f******* weird man. It works #1 with the burner but doesn't give the right sum with my DVD. BUT THAT WORKS _with my burner_ !

 

MOttS

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...