LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-12-2008, 04:21 PM   #1
alkos333
Member
 
Registered: Dec 2006
Posts: 271

Rep: Reputation: 31
Error When Burning ISO onto a DVD


root@tpt60:/dev/fd# growisofs -dvd-compat -Z /dev/dvd=/home/me/downloads/complete/movie.iso
Executing 'builtin_dd if=/home/me/downloads/complete/ubuntu-8.04.1-desktop-i386.iso of=/dev/dvd obs=32k seek=0'
/dev/dvd: "Current Write Speed" is 2.5x1352KBps.
:-[ WRITE@LBA=0h failed with SK=3h/POWER CALIBRATION AREA ERROR]: Input/output error
:-( write failed: Input/output error
 
Old 09-12-2008, 05:17 PM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Could be a bad disk
 
Old 09-12-2008, 09:37 PM   #3
alkos333
Member
 
Registered: Dec 2006
Posts: 271

Original Poster
Rep: Reputation: 31
I tried a different DVD and got pretty much the same thing:

Code:
me@tpt60:~$ growisofs -dvd-compat -Z /dev/dvd=/home/me/media/movies/The\ Secret.iso 
Executing 'builtin_dd if=/home/me/media/movies/The Secret.iso of=/dev/dvd obs=32k seek=0'
/dev/dvd: "Current Write Speed" is 2.5x1352KBps.
    1572864/225271808 ( 0.7%) @0.0x, remaining 11:51 RBU 100.0% UBU   2.1%
    1572864/225271808 ( 0.7%) @0.0x, remaining 21:20 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 28:26 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 35:33 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 45:02 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 52:08 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 59:15 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 68:44 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 75:51 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 82:57 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 92:26 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 99:33 RBU 100.0% UBU 100.0%
    1572864/225271808 ( 0.7%) @0.0x, remaining 106:40 RBU 100.0% UBU 100.0%
:-[ WRITE@LBA=300h failed with SK=3h/UNRECOVERED READ ERROR]: Input/output error
:-( write failed: Input/output error
/dev/dvd: flushing cache
/dev/dvd: closing track
:-[ CLOSE TRACK failed with SK=3h/POWER CALIBRATION AREA ERROR]: Input/output error
/dev/dvd: closing disc
:-[ CLOSE DISC failed with SK=3h/POWER CALIBRATION AREA ERROR]: Input/output error
/dev/dvd: reloading tray
:-( unable to reload tray: Input/output error
 
Old 09-12-2008, 09:49 PM   #4
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
POWER CALIBRATION AREA ERROR
If you google the error, the result should be pretty clear. Most Power Calibration errors are a result of media/burner compatibility issues. Either cheap/bad media, or failing laser on the burner.

Instead of growisofs try plain old cdrecord.

cdrecord dev=/dev/sg3 fs=32m speed=16 -v -eject /path/file.iso

Be sure to change dev, speed, and path to suite your needs.
 
Old 09-12-2008, 11:16 PM   #5
alkos333
Member
 
Registered: Dec 2006
Posts: 271

Original Poster
Rep: Reputation: 31
Well the cdrecord somehow worked ... This doesn't make any sense:

Code:
root@tpt60:~# cdrecord dev=/dev/sg3 fs=32m speed=16 -v -eject /home/me/media/movies/The\ Secret.iso 
cdrecord: No write mode specified.
cdrecord: Asuming -sao mode.
cdrecord: If your drive does not accept -sao, try -tao.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
Cdrecord-ProDVD-ProBD-Clone 2.01.01a38 (i686-pc-linux-gnu) Copyright (C) 1995-2008 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '/dev/sg3'
devname: '/dev/sg3'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
cdrecord: No such file or directory. Cannot open '/dev/sg3'. Cannot open or use SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
root@tpt60:~# cdrecord dev=/dev/dvd fs=32m speed=16 -v -eject /home/me/media/movies/The\ Secret.iso 
cdrecord: No write mode specified.
cdrecord: Asuming -sao mode.
cdrecord: If your drive does not accept -sao, try -tao.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
Cdrecord-ProDVD-ProBD-Clone 2.01.01a38 (i686-pc-linux-gnu) Copyright (C) 1995-2008 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '/dev/dvd'
devname: '/dev/dvd'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'MATSHITA'
Identifikation : 'DVD-RAM UJ-822S '
Revision       : '1.61'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Current: DVD+R
Profile: DVD-RAM 
Profile: DVD+R (current)
Profile: DVD+RW 
Profile: DVD-RW restricted overwrite 
Profile: DVD-RW sequential recording 
Profile: DVD-R sequential recording 
Profile: DVD-ROM 
Profile: CD-RW 
Profile: CD-R 
Profile: CD-ROM 
Profile: Removable Disk 
Using generic SCSI-3/mmc-3 DVD+R driver (mmc_dvdplusr).
Driver flags   : NO-CD DVD MMC-3 SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 1572864 = 1536 KB
FIFO size      : 33554432 = 32768 KB
Track 01: data   214 MB        
Total size:      214 MB = 109996 sectors
Current Secsize: 2048
Blocks total: 2295104 Blocks current: 2295104 Blocks remaining: 2185108
Starting to write CD/DVD/BD at speed 2 in real SAO mode for single session.
Last chance to quit, starting real write    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
Starting new track at sector: 0
Track 01:  214 of  214 MB written (fifo 100%) [buf  98%]   2.4x.
Track 01: Total bytes read/written: 225271808/225271808 (109996 sectors).
Writing  time:   96.750s
Average write speed   1.7x.
Min drive buffer fill was 38%
Fixating...
Fixating time:   24.420s
cdrecord: fifo had 3549 puts and 3549 gets.
cdrecord: fifo was 0 times empty and 2088 times full, min fill was 97%.
 
Old 09-12-2008, 11:43 PM   #6
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Couple of issues -

Total size: 214 MB
That's smaller than even a CD. Was there a reason to burn this to DVD? At that size you could have authored a (S)VCD - assuming it was a movie coming from the directory layout

DVD-RAM UJ-822S
Average write speed 1.7x.
Min drive buffer fill was 38%


And you passed speed=16
If I'm not mistaken, that drive is in a laptop, pretty old, and has a max write speed of 2.4x to DVD+R media. Judging by the buffer fill, and overall average speed, I hope you were doing other things at the time this was burning. Burning at 2.4x should take little to no effort at all.

About growisofs, I honestly don't know Never had a reason to use it personally.
 
Old 09-13-2008, 11:35 AM   #7
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by disturbed1
Total size: 214 MB
That's smaller than even a CD. Was there a reason to burn this to DVD? At that size you could have authored a (S)VCD - assuming it was a movie coming from the directory layout
A little off-topic, but blank DVDs are actually cheaper than blank CDs at most places (at least where I am). Silly yes (DVDs hold WAY more information than CDs), but I have been known to 'waste a DVD' like this (I once burned GParted to a DVD -- even though it is only about 90 MB). If it's cheaper, I'm certainly not going to waste money on a CD.
 
Old 09-13-2008, 11:44 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Beware of the cheap surface on those DVDs, I mean I have old burned CDs that work still fine, but I see more and more reading errors from old burned DVDs
 
Old 09-13-2008, 03:11 PM   #9
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by keefaz View Post
Beware of the cheap surface on those DVDs, I mean I have old burned CDs that work still fine, but I see more and more reading errors from old burned DVDs
Exactly why I don't buy cheap DVDs. Taiyo Yuden DVDs and CDs. I still have DVDs from 2001 that pass crc checks today (TDK/Pioneer). I also have some cheap DVDs that fail CRC checks 2 seconds after they were burnt Every now and then I do pick up a 50 pack of CDs for $4.99 from the local Microcenter.

Pioneer hasn't made media for a while, and today's TDK's are sometimes made by the same Taiwan company that makes Verbatim, Memorex, HP, and what ever else flavor of the month there is.

If I need to just test a quick movie or menu layout, that's what I use DVD-RW's and DVD-RAM for.
 
  


Reply



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
Burning DVD from two iso files jr_linux Linux - Software 6 03-05-2008 01:14 PM
DVD iso burning Flab0y352 Ubuntu 2 08-09-2007 12:10 AM
Burning DVD ISO file to something besides an DVD Samoth Linux - General 4 07-04-2006 05:08 PM
Burning more than one installation CD iso to a DVD-RW kumarkumar Linux - Newbie 6 03-11-2006 10:18 AM
Burning ISO image (DVD+R, external DVD writer) swan2925 Linux - Software 6 06-02-2005 09:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:54 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