Tommi
06-19-03, 06:27 AM
Cannot burn CD's succesfully. ( post #1)
Yo!
Please help, I have fighting with this for long time. :-)
I would like to create such a cd which supports multisession, which probably means that I can continue the CD later until its filled and it must be closed.
But this seems totally impossible task for me. When I try to burn ISO file for my cd rom it can burn only one track. Right after that the cd seems to be totally closed no matter how much space is left on the CD-ROM. Very strange, but this surely is CODE 18, isnt'it?
So what is wrong with these flags which I use:
mkisofs -v -J -r -f -l -multi -iso-level 3 -hfs -hide-rr-moved -o varmuuskopio2.iso /home/tommi/isottelut
And it creates a cute ISO file which I can burn, good.
Then I use cdrecord:
cdrecord -v -multi -eject speed=6 dev=0,0,0 varmuuskopio2.iso
And it burn the file and everything is O.K. But when I try to continue the record, it says like this:
------------------------------------------------------------------------------------
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
TOC Type: 3 = CD-ROM XA mode 2
cdrecord: Operation not permitted. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.24
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
bailing out..
------------------------------------------------------------------------------------
It looks like the CD-ROM is totally closed and its all but multisession. BTW...does iso support multisession? Which file I should use if that is the case...?
-Tommi
Yo!
Please help, I have fighting with this for long time. :-)
I would like to create such a cd which supports multisession, which probably means that I can continue the CD later until its filled and it must be closed.
But this seems totally impossible task for me. When I try to burn ISO file for my cd rom it can burn only one track. Right after that the cd seems to be totally closed no matter how much space is left on the CD-ROM. Very strange, but this surely is CODE 18, isnt'it?
So what is wrong with these flags which I use:
mkisofs -v -J -r -f -l -multi -iso-level 3 -hfs -hide-rr-moved -o varmuuskopio2.iso /home/tommi/isottelut
And it creates a cute ISO file which I can burn, good.
Then I use cdrecord:
cdrecord -v -multi -eject speed=6 dev=0,0,0 varmuuskopio2.iso
And it burn the file and everything is O.K. But when I try to continue the record, it says like this:
------------------------------------------------------------------------------------
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
TOC Type: 3 = CD-ROM XA mode 2
cdrecord: Operation not permitted. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.24
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
bailing out..
------------------------------------------------------------------------------------
It looks like the CD-ROM is totally closed and its all but multisession. BTW...does iso support multisession? Which file I should use if that is the case...?
-Tommi