Re: cdrecord problems

From: Andreas Rippl (a.rippl_at_gmx.net)
Date: 02/25/05

  • Next message: Pollywog: "getting a KDE desktop after install, not Gnome"
    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
    


  • Next message: Pollywog: "getting a KDE desktop after install, not Gnome"

    Relevant Pages

    • Re: CD/CDR Operation
      ... to actually burn data CDs you do NOT mount the blank CD .. ... If you downloaded a rescue disk you probably downloaded an ISO image .. ...
      (Fedora)
    • sudden CD burner failure
      ... I burned a CD using an iso image. ... cdrecord didn't ... mount: /dev/hdd: can't read superblock ... Starting to write CD/DVD at speed 48.0 in real SAO mode for single session. ...
      (Fedora)
    • Re: install ubuntu without CD-rom drive?
      ... The laptop, a Toshiba 3110ct ultraportable, has an external CD drive ... It allows boot from floppy, Hard drive, and LAN, only. ... then mount the ISO image to look at or copy files. ... To mount an ISO ...
      (Ubuntu)
    • Re: [opensuse] ODF files on SMB/CIFS share
      ... I second GT's suggestion that you mount the drive ... on the network. ... BTW comparing cifs to ftp or ssh is comparing chalk and cheese, ... Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org ...
      (SuSE)
    • Re: A possible bug?
      ... > when I tryied to mount an iso image over network my computer ... Tried to mount an ISO image ... The iso file resided on a samba mount, ...
      (freebsd-current)

    Loading