Operating System - HP-UX
1823915 Members
3027 Online
109667 Solutions
New Discussion юеВ

Error writing to DVD: failed WRITE@LBA=0h failed with SK=2h/ASC=30h/ACQ=11h

 
SOLVED
Go to solution

Error writing to DVD: failed WRITE@LBA=0h failed with SK=2h/ASC=30h/ACQ=11h

Hello;

Using the Ignite script make_media_install, I am attempting to write the image to the local DVD drive. The special files have been created (/dev/rscsi/c0t0l0), but I receive the following error when the script runs growisofs:

=== Step 6: Write image file to tape/CD/DVD media ===
+ /opt/ignite/lbin/growisofs -Z /dev/rdsk/c0t0d0=/var/opt/ignite/media/image.iso
Executing 'builtin_dd if=/var/opt/ignite/media/image.iso of=/dev/rscsi/c0t0l0 obs=32k seek=0'
/dev/rscsi/c0t0l0: "Current Write Speed" is 1.0x1385KBps.
:-[ WRITE@LBA=0h failed with SK=2h/ASC=30h/ACQ=11h]: Invalid argument
:-( media is not formatted or unsupported.
:-( write failed: Invalid argument
+ Error 83 /opt/ignite/lbin/growisofs failed.
./make_media_install: ERROR: /opt/ignite/lbin/growisofs failed.

I've tried using two blank media's just in case, but to no avail. Thanks for any help.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Error writing to DVD: failed WRITE@LBA=0h failed with SK=2h/ASC=30h/ACQ=11h

Shalom,

I got this when I tried the wrong kind of media in the drive.

RW+ 4 GB DVD blanks, no other kind will work.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com

Re: Error writing to DVD: failed WRITE@LBA=0h failed with SK=2h/ASC=30h/ACQ=11h

That was the reason. Closing thread. THANKS!