LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-21-2004, 09:34 PM   #1
Joe Bloggs
LQ Newbie
 
Registered: Aug 2004
Location: Tokyo
Distribution: Ubuntu
Posts: 4

Rep: Reputation: 0
Problems burning ISO Images - error message "data does not match"


I've just downloaded the latest Mandrake community release and I'm having trouble burning the ISO images to CD. I use K3B and select "Verify Written Data" and every time I get an Error " data does not match". I've tried lowering the speed to 4x, checked that the CD-R is big enough, cleaned the disks but I've had no luck.

I've burned other data CD's before and never had a problem but I'm at a loss as what to do here.

I've included part of the log just in case it is relevant.

Track 01: 694 of 695 MB written (fifo 100%) [buf 99%] 4.1x.
Track 01: 695 of 695 MB written (fifo 100%) [buf 99%] 4.2x.
Track 01: Total bytes read/written: 729139200/729139200 (356025 sectors).
Writing time: 1193.402s
Average write speed 4.0x.
Min drive buffer fill was 99%
Fixating...
Fixating time: 64.690s
/usr/bin/cdrecord: fifo had 11485 puts and 11485 gets.
/usr/bin/cdrecord: fifo was 0 times empty and 11407 times full, min fill was 92%.
BURN-Free was never needed.

cdrecord comand:
-----------------------
/usr/bin/cdrecord -v gracetime=2 dev=/dev/ide/host0/bus1/target0/lun0/cd speed=4 -dao driveropts=burnfree -eject -data /home/simon/Desktop/Mandrakelinux-10.0.2-community/Mandrakelinux10.0.2-CD1.i586.iso


Any advice anyone?
 
Old 08-21-2004, 11:36 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
The command line usually works fine. GUIs just provide limited front ends for these tools.

How about CD copying, ripping and burning? I can't figure it out.
# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
Linux DVD HOWTO
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso;eject
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom;eject
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-";eject
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav;eject
# Copy CD using cdrdao
cdrdao read-cd --device <your device> --read-raw --datafile mydata.bin -v 99 mydata.cue
cdrdao write --device <your device> --overburn -v 99 --speed <burning speed> mydata.cue
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
# Mount CD iso images as a filesystem
mount /path/to/foo.iso /mnt/<directory> -t iso9660 -o ro,loop=/dev/loop0
Example:
mount /pub/iso/distros/Mandrake92-cd1-inst.i586.iso /mnt/cdrom -t iso9660 -o ro,loop=/dev/loop0
 
Old 08-22-2004, 10:28 PM   #3
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Rep: Reputation: 32
I am having thet exact problem with Mandrake, however other iso's burn and verify correctly (ex...Suse)

I see the list od cdrecord commands to burn an iso, but is there a command to VERIFY that the iso burned correctly? That is the main reason that I am using K3B right now is for the verification.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC4 install errors, "diabling IRQ #10" "nobody cares" error message??? A6Quattro Fedora 6 07-20-2005 01:49 PM
SuSE 9.2 DVD ISO install "Cannot read package data from installation media" problem BEaton SUSE / openSUSE 3 04-08-2005 02:27 AM
"iptables: No chain/target/match by that name" error PennyroyalFrog Linux - Security 2 11-28-2004 02:57 PM
error message when pressing "Next" "BIOS Problems" , help ! HeRCuLeSX Fedora 3 07-21-2004 03:37 PM
"Burning" A ISO to Hard Drive dot_txt Linux - General 2 11-08-2003 12:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration