LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 06-21-2004, 11:25 PM   #1
asalford
Member
 
Registered: Nov 2003
Location: NC, USA
Distribution: unbuntu breazy
Posts: 140

Rep: Reputation: 15
DVD burn failure


I am running a NEC-2500A DVD on RH9.0 2.4.20-8smp

I am trying to run using growisofs

Here is the printout of the system log:

Jun 22 00:05:26 localhost kernel: hdh: status error: status=0x59 { DriveReady SeekComplete DataRequest Error }
Jun 22 00:05:26 localhost kernel: hdh: status error: error=0x04

Here is my first coaster

growisofs -Z /dev/scd0 -V 2004.01.24 -dvd-video -overburn ./
Executing 'mkisofs -V 2004.01.24 -dvd-video ./ | builtin_dd of=/dev/scd0 obs=32k seek=0'
/dev/scd0: "Current Write Speed" is 4.0x1385KBps.
2.32% done, estimate finish Mon Jun 21 23:09:34 2004
4.62% done, estimate finish Mon Jun 21 23:05:16 2004
{{{**************** SNIP *********************************************}}}
60.07% done, estimate finish Mon Jun 21 23:01:24 2004
62.38% done, estimate finish Mon Jun 21 23:01:23 2004
:-[ WRITE@LBA=21020h failed with SK=5h/ASC=21h/ACQ=02h]: Input/output error
builtin_dd: 135200*2KB out
:-( write failed: Input/output error
/dev/scd0: flushing cache
/dev/scd0: updating RMA
/dev/scd0: closing disc

Googling around does not find the above error

He is the example of my second coaster. it appears the burn just dies off

Here is the try after I have created the image with mkisofs and then burn the image with growisofs

growisofs -Z /dev/scd0=/tmp/image.raw
Executing 'builtin_dd if=/tmp/image.raw of=/dev/scd0 obs=32k seek=0'
/dev/scd0: "Current Write Speed" is 4.0x1385KBps.
23003136/443252736 ( 5.2%) @4.8x, remaining 1:31
38764544/443252736 ( 8.7%) @3.3x, remaining 1:23
54329344/443252736 (12.3%) @3.3x, remaining 1:25
67043328/443252736 (15.1%) @2.7x, remaining 1:24
67043328/443252736 (15.1%) @0.0x, remaining 1:41 <<==begins failure
67043328/443252736 (15.1%) @0.0x, remaining 2:03
67043328/443252736 (15.1%) @0.0x, remaining 2:20
67043328/443252736 (15.1%) @0.0x, remaining 2:42
67043328/443252736 (15.1%) @0.0x, remaining 2:59
67043328/443252736 (15.1%) @0.0x, remaining 3:16
:-[ WRITE@LBA=7fe0h failed with SK=5h/ASC=21h/ACQ=02h]: Input/output error
builtin_dd: 32736*2KB out
:-( write failed: Input/output error
/dev/scd0: flushing cache
/dev/scd0: updating RMA
/dev/scd0: closing session

Any Ideas? Thanks in advance.

OH yes. almost forgot to mention, the pieces that were burned are viewable in a standalone DVD player. they are just incomplete. I was also burning these as the user who created the file and not as root

Last edited by asalford; 06-21-2004 at 11:31 PM.
 
Old 06-22-2004, 02:50 AM   #2
fluppi
Member
 
Registered: Oct 2003
Location: Switzerland (Europe)
Distribution: OpenSuSE, RedHat, Knoppix, IRIX + MacOSX
Posts: 198

Rep: Reputation: 30
Maybe it's the old game seen with the first cdburners:
It's only reliable if Manufacturer Drive == Manufacturer Blank DVD.
(So my Sony DVD+-RW writer will work with Sony DVD+RW discs only)
 
Old 06-23-2004, 06:28 PM   #3
asalford
Member
 
Registered: Nov 2003
Location: NC, USA
Distribution: unbuntu breazy
Posts: 140

Original Poster
Rep: Reputation: 15
I used the command string below to burn a good disk, used the up arrow feature of the CLI and reran the command only to have another coaster. Any further ideas?



growisofs -Z /dev/cdrom -dvd-video -R test/
Executing 'mkisofs -dvd-video -R test/ | builtin_dd of=/dev/cdrom obs=32k seek=0'
/dev/cdrom: "Current Write Speed" is 4.0x1385KBps.
2.32% done, estimate finish Wed Jun 23 19:12:21 2004
4.62% done, estimate finish Wed Jun 23 19:08:46 2004

[[[ ****************** snip ******************]]]

99.35% done, estimate finish Wed Jun 23 19:04:46 2004
Total translation table size: 0
Total rockridge attributes bytes: 1017
Total directory bytes: 4096
Path table size(bytes): 42
Max brk space used 5024
216432 extents written (422 Mb)
builtin_dd: 216432*2KB out
/dev/cdrom: flushing cache
/dev/cdrom: updating RMA
/dev/cdrom: closing disc
/dev/cdrom: reloading tray

The failed example:

growisofs -Z /dev/cdrom -dvd-video -R test/
Executing 'mkisofs -dvd-video -R test/ | builtin_dd of=/dev/cdrom obs=32k seek=0'
/dev/cdrom: "Current Write Speed" is 4.0x1385KBps.
2.32% done, estimate finish Wed Jun 23 19:38:45 2004
4.62% done, estimate finish Wed Jun 23 19:27:39 2004
6.94% done, estimate finish Wed Jun 23 19:22:57 2004
9.24% done, estimate finish Wed Jun 23 19:20:37 2004
11.56% done, estimate finish Wed Jun 23 19:19:13 2004
13.86% done, estimate finish Wed Jun 23 19:18:17 2004
:-[ WRITE@LBA=84c0h failed with SK=5h/ASC=21h/ACQ=02h]: Input/output error
builtin_dd: 33984*2KB out
:-( write failed: Input/output error
/dev/cdrom: flushing cache
/dev/cdrom: updating RMA
/dev/cdrom: closing disc

one difference between the two is the first disk did not automount. The second one did. I will disable the autofs and try again
 
Old 06-23-2004, 07:07 PM   #4
asalford
Member
 
Registered: Nov 2003
Location: NC, USA
Distribution: unbuntu breazy
Posts: 140

Original Poster
Rep: Reputation: 15
diabling autofs seems to have done the trick

I hope this help others.
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Permission Denied to burn/erase DVD RW with DVD+RW tools themystic Linux - Hardware 2 08-30-2005 11:32 AM
Suse 9.3 DVD ISO How to Burn To DVD saxman101 Linux - Newbie 10 07-08-2005 06:16 PM
boot failure after bad burn reksav Suse/Novell 1 03-20-2005 04:14 AM
How to burn the downloaded Fedora 3 DVD ISO onto DVD yaabaa Linux - Newbie 10 03-14-2005 05:14 AM
How to burn a DVD-9 on a DVD-5 media yktang Linux - Software 1 07-15-2003 04:50 AM


All times are GMT -5. The time now is 07:23 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration