[Debburn-devel] 20090510DK -- K3B Problem Report
Thomas Schmitt
scdbackup at gmx.net
Sun May 17 16:35:07 UTC 2009
Hi,
> I have been trying, for the longest time (!), to burn a relatively
> simple ISO to CD-ROM / DVD.
If it is already formatted as single
.iso image file on disk, then K3B might
be somewhat overdressed. :)
> I really wanted to go to a CD-ROM, but it looks as if my file will be
> too large.
> Track 01: data 695 MB
That should fit on a CD-R or CD-RW if
it is labeled "700 MB". That's the
usual size with "4x-12x" media.
> Starting new track at sector: 0
> /usr/bin/cdrecord: Cannot allocate memory. write_g1: scsi sendcmd: no error
> CDB: 2A 00 00 00 00 00 00 00 1F 00
Looks strange. It does _not_ mean your
media capacity is too small.
"CDB:" shows the first WRITE command of the new track.
"Cannot allocate memory" ... that is neither an SCSI
error text nor can i find it in /usr/include.
The data chunk to be transfered is 62 kB.
I would assume your system still has enough free virtual
memory for that. (Eventually check by shell command "free")
> My DVD-burner is a LightScribe DVD22 -- in the external,
> USB configuration.
> TSSTcorp CDDVDW SH-S222L SB01 (/dev/sr0, /dev/sg1 )
> TSSTcorp CD/DVDW TS-H552U US06 (/dev/hdb, )
> TSSTcorp CD/DVDW TS-H552U US06 (/dev/hda, )
I assume that's the one at /dev/sr0.
The other two should be P-ATA attached drives.
> /usr/bin/cdrecord -v gracetime=2 dev=8,0,0 speed=31 -dao driveropts=burnfree
> -eject -data /home/bruce/BMacDnLd/K810IbexISO/kubuntu-9.04-desktop-i386.iso
Looks ok so far. At least with CD that should
work fine.
I propose you try some other command line tools.
If they don't work either then you have a problem
with your system. We'll see.
For DVD/BD only:
growisofs -dvd-compat -use-the-force-luke \
-Z /dev/sr0=/home/bruce/BMacDnLd/K810IbexISO/kubuntu-9.04-desktop-i386.iso
or for CD/DVD/BD:
cdrskin -v dev=8,0,0 -eject padsize=300k \
/home/bruce/BMacDnLd/K810IbexISO/kubuntu-9.04-desktop-i386.iso
or for CD/DVD/BD:
xorriso -as cdrecord -v dev=/dev/sr0 -eject padsize=300k \
/home/bruce/BMacDnLd/K810IbexISO/kubuntu-9.04-desktop-i386.iso
With growisofs and xorriso try first by
eject /dev/sr0
whether that address leads to your burner.
If not, get a list of drive addresses by:
cdrskin --devices
or
xorriso -devices
Have a nice day :)
Thomas
More information about the Debburn-devel
mailing list