LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-09-2003, 07:54 AM   #1
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
mkisofs


Trying to copy to a CD, I have successfully copied the first session.
But I don't understand the usage of the second session.


~~~~~~~~~~~~~FIRST SESSION~~~~~~~~~~~~~~~~~~~~~~~~~~~~

'mkisofs -r -o sesion1 data-to-write'

'cdrecord -v speed=2 dev=0,0,0 -eject -multi -data cd-image-1'
'cdrecord -v speed=2 dev=0,0,0 -eject -multi -audio cd-image-1'


CHECK THE SESSION BLOCKS AND STUFF .. YOULL NEED THIS

'cdrecord -msinfo dev=0,0,0'

~~~~~~~~~~~~~SECOND SESSION~~~~~~~~~~~~~~~~~~~~~~~~~~~

NOTE : YOU SHOULD PUT THE DATA IN AN EMPTY DIRECTORY TO
MAKE SECOND SESSION ADD THE DIRECTORY YOU WANT TO / OF CD

'mkisofs -r -o session2 -C xx,yy /dev/scd0 dir-for-image2'

'cdrecord -v speed=2 dev=2,0 -eject -multi cd-image-2'

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What is the -C xx,yy?
I run cdrecord with dev=0,0,0
I mount the writer on /mnt/cdrom1
If I mount the image there, I see it ok.
Say my dev is 0,0,0, the image 2 file is called ISO, how do I get it on the CD?
I tried writing the same as the first file, got no errors, but after reinserting the CD, all I had on it was the first file, nothing else.
Any tips?
 
Old 11-09-2003, 01:59 PM   #2
idaho
Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: RedHat, Libranet
Posts: 438

Rep: Reputation: 30
from the mkisofs man page:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-C last_sess_start,next_sess_start
This option is needed when mkisofs is used to create a CDextra
or the image of a second session or a higher level session for a
multi session disk. The option -C takes a pair of two numbers
separated by a comma. The first number is the sector number of
the first sector in the last session of the disk that should be
appended to. The second number is the starting sector number of
the new session. The expected pair of numbers may be retrieved
by calling cdrecord -msinfo ... If the -C option is used in
conjunction with the -M option, mkisofs will create a filesystem
image that is intended to be a continuation of the previous ses-
sion. If the -C option is used without the -M option, mkisofs
will create a filesystem image that is intended to be used for a
second session on a CDextra. This is a multi session CD that
holds audio data in the first session and a ISO9660 filesystem
in the second session.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You might also want to look at the CD-writing how to:
http://www.tldp.org/HOWTO/CD-Writing-HOWTO.html

Here is what it says about multi-session writing:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4.18 How to create a multi-session CD?


First of all, the image for a multi-session CD must be formatted using the ISO-9660 filesystem using RockRidge-extensions. And you must use the option -multi for cdrecord as long as you want to add further sessions. So at least for the first session, you must specify the option -multi.


Some CD-writers have no support for CD-ROM XA mode 2 or for session-at-once (SAO), so you need to specify the switch -data for cdrecord on the command line.


The images for the second and subsequent sessions are a little bit more complicated to generate. Mkisofs must know where the free space on the CD-R begins. That information can be gathered by using the option -msinfo on cdrecord (see example below).


shell> NEXT_TRACK=`cdrecord -msinfo dev=0,6,0`
shell> echo $NEXT_TRACK
shell> mkisofs -R -o cd_image2 -C $NEXT_TRACK -M /dev/scd5
private_collection/ \



For more information, please read the file README.multi, which is distributed with cdrecord.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
help using mkisofs mykrob Linux - Software 1 12-01-2004 01:40 PM
mkisofs guldo Linux - Software 14 08-10-2004 02:58 PM
where is my mkisofs? slack66 Linux - Newbie 2 07-14-2004 03:27 AM
mkisofs Pedroski Linux - Software 1 11-11-2003 03:44 PM
mkisofs Serena Linux - Newbie 1 04-24-2002 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:16 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration