LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Multisession CD Burnning problems (https://www.linuxquestions.org/questions/linux-software-2/multisession-cd-burnning-problems-106751/)

jwarburt 10-21-2003 11:20 AM

Multisession CD Burnning problems
 
To start with I have read all the FAQs and readmes with the multisession CDs... and this is what I have come up with :

mkisofs -R -o test.iso stuff1/
cdrecord dev=1,0,0 -multi -data speed=48 ./test.iso
mkisofs -o test2.iso -R -C `cdrecord dev=1,0,0 -msinfo` -M /dev/scd0 stuff2/
cdrecord dev=1,0,0 -multi -data speed=48 ./test2.iso

I get no errors but when I mount my cd I can only see the files from my first session.

I have tried this on 2 systems wiht identical hardware.. on the mandrake system I can burn multiisession using Xcdroast but I need to be able to do it from the command line.

one running
redhat 9.0
Cdrecord 2.00.3

and the other
Mandrake 9.1
Cdrecord 2.0

someone please help!

jwarburt 10-21-2003 12:47 PM

I need to updte my problem... the sessions are being burrned correctly but I cannot read them until I eject and reload the disc... I am assuming there is some kinda cache that hold basic cd information that isnt being refreshed... is there anyway to get around this problem without ejecting the drive?

werdandi 10-23-2003 05:43 AM

umount / mount, reload cd helps because there is supermount...

I have different truobles... MDK 9.1, cdrecord 2.00 - I can burn first session, but I can't burn second... I can mount CD and read first session normal with Linux and W2k...

jwarburt 10-23-2003 07:28 AM

I dont run supermount automount or any other utility like that....

What happens when you burn the second session?

yapp 10-23-2003 07:59 AM

I thought you needed to reffer to the previous ISO too if you're burning a second session :rolleyes: there are some arguments in the mkisofs program for this.

werdandi 10-23-2003 08:02 AM

Yes, I agree, but I can't read previous session from frontend... but thanks, I'll read man page about mkisofs...


All times are GMT -5. The time now is 02:47 AM.