Date: Fri, 20 Sep 2002 03:44:46 -0400 From: Rob Clark <rpclark@tds.net> To: freebsd-questions@FreeBSD.org Subject: Being "CREATIVE" = RW8438E & md5 mismatches Message-ID: <20020920034446.24c8f04a.rpclark@tds.net>
next in thread | raw e-mail | index | archive | help
RUNNING: FreeBSD 4.7-PRERELEASE #0: Sat Sep 14 14:25:08 EDT 2002 ISSUE/QUESTIONS: Regarding a known good iso (md5 checks with fbsd .md5 file).. but when I do "dd..."(see below) and run a md5 on that, the checksums do *not* match. Could CREATIVE CDRW RW8438E be "creating" some type of padding that will not allow md5 checksums match? And is the data produced good even though the checksums are not? HARDWARE IN QUESTION: acd0: CD-RW <CREATIVE CD-RW RW8438E> at ata1-master PIO4 INFO: The CREATIVE CDRW RW8438E is know to be latent with problems. I've even read that underneath it all it is a Samsung made drive, branded as CREATIVE--however, the probe confirms CREATIVE. Below is a the process that I went through, of using "burncd" to create an 4.7-RC1-mini.iso image, and the steps used in checking the checksums. It should be noted that upon completion of this process the cd is bootable and installs the OS successfully. RUN THROUGH: # burncd -f /dev/acd0c -s 4 -e data ./4.7-RC1-mini.iso fixate next writeable LBA 0 writing from file ./4.7-RC1-mini.iso size 189216 KB written this track 189216 KB (100%) total 189216 KB fixating CD, please wait.. #dd if=/dev/acd0c of=/usr/home/rclark/dup.iso bs=2048 dd: /dev/acd0c: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 0.001256 secs (0 bytes/sec) # md5 dup.iso MD5 (dup.iso) = d41d8cd98f00b204e9800998ecf8427e # md5 4.7-RC1-mini.iso MD5 (4.7-RC1-mini.iso) = f154f318622bddccd245d5b5e1af314a ATTEMPTED RESOLUTIONS: Editing /boot/loader.conf to set acd0 to dma mode: hw.ata.ata_dma="1" hw.ata.atapi_dma="1" This drive will run in the DMA mode, but when running the "dd..." command above resulted in READ-BIG errors. Therefore, I commented these lines back out of /boot/loader.conf and rebooted. Also, have tried this same CREATIVE drive in one other FBSD system, same issue with different checksums. THANKS IN ADVANCE: Any help or knowledge on this drive and its behavior with FBSD would be greatly appreciated. "If this issue should be directed elsewhere please advise". Thank-you, Rob Clark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020920034446.24c8f04a.rpclark>