Re: cdrecord problems
From: Andreas Rippl (a.rippl_at_gmx.net)
Date: 02/25/05
- Previous message: Kent West: "Re: Debian boot loader problems"
- In reply to: Vegard Lundby Rekaa: "cdrecord problems"
- Next in thread: Vegard Lundby Rekaa: "Re: cdrecord problems"
- Reply: Vegard Lundby Rekaa: "Re: cdrecord problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Feb 2005 18:25:22 +0100 To: debian-user@lists.debian.org
On Thu, Feb 24, 2005 at 10:42:28PM +0100, Vegard Lundby Rekaa wrote:
> When trying to burn CD's, the process seems to complete without errors
> (using k3b, cdrecord commandline or xcdroast), but if I try to check
> md5sum, I get the error message that the md5sum-information is not
> readable.md5sum (see outout below).
>
> "
> feil ved handsaming av /dev/cdrw: mislukkast i buffer_read(fd): mdfil:
> Inn/ut-feil
> "
>
> And an effort to translate to english:
>
> "
> error comparing /dev/cdrw: non-succesfull in buffer_read(fd): mdfile:
> I/O-error
> "
>
> The burned CD is mountable, readable, but in the case of burning Knoppix,
> the CD will not boot properly.
>
> CDRW device: Lite-On LTR48126S
>
> General system info:
> Debian Sarge GNU/Linux
> Kernel Image 2.4.27-1-386
>
> Cheers, Vegard
>
Hi Vegard,
what exactly are you comparing with md5sum? I ran into similar problems
when having an Iso image. When comparing the original Iso with the burnt
CD, I got read/write errors, IIRC. The way around was to mount the CD,
do a
mount -o loop image.iso /mnt/loop
and then do something like:
cd /mnt/loop/
find ./ -type f | sort | xargs -n 1 md5sum > ~/iso.md5sum
cd /cdrom/
find ./ -type f | sort | xargs -n 1 md5sum > ~/cdrom.md5sum
diff ~/iso.md5sum ~/cdrom.md5sum
Hth,
--
Andreas Rippl -- GPG messages preferred
Key-ID: 0x81073379
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: Digital signature
- Previous message: Kent West: "Re: Debian boot loader problems"
- In reply to: Vegard Lundby Rekaa: "cdrecord problems"
- Next in thread: Vegard Lundby Rekaa: "Re: cdrecord problems"
- Reply: Vegard Lundby Rekaa: "Re: cdrecord problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|