CD-Burning
( got it from sanoop )
Multi-session
[ First timers should try writing in single session. I have seen that
multisession sometimes
doesn't work. In case someone can shed some light in this, please do
let me know.]
- First time:
mkisofs -o file.iso -J -r -v -l Directory/
cdrecord -v -eject speed=10 dev=0,0,0 -multi
file.iso
- All times other than first.
mkisofs -o file2.iso -J -r -v -l -C `cdrecord
dev=0,0,0 -msinfo` -M 0,0,0 Directory/
NOTE: The character before cdrecord command
in the above
is the accent character. It is the key just above the tab
button in most keyboards.
cdrecord -v -eject speed=10 dev=0,0,0 -multi
file2.iso
- For the last session, the -multi option is to be omitted
from cdrecord command
Single-session
- mkisofs -o file.iso -J -r -v -l Directory/
cdrecord -v -eject speed=10 dev=0,0,0 file.iso
NOTE: In order to find out the device number (eg 0,0,0)
, type cdrecord --scanbus
Back to
my linux page