On Fri, 2002-02-01 at 19:58, Alex Daniloff wrote:
Hello SuSE folkz, Could somebody please advise an application or method how to burn multisession CD's on Linux. (...)
Hi Alex, First, any CD-burning application is nothing but a frontend to mkisofs and cdrecord:-) So, the following is one method: Create an ISO-image: # mkisofs -r -J -o /home/wolfi/data.iso /home/wolfi/data/ This will make you an iso image called data.iso out of the stuff which is in /home/wolfi/data/ Then burn it: cdrecord -v --nofix dev=1,0,0 speed=12 /home/wolfi/data.iso dev=1,0,0 depends on which SCSI-ID your burner has got. It might differ. cdrecord --scanbus will tell you (*). speed=x is speed, --nofix is don't fix, i.e. allow multisession. To close a CD, cancel this option. The other method I know is using KisoCD, it is an old KDE1-application and it supports multi-session. Cheers .... Wolfi ============================================= mailto:wolfi_z@yahoo.com (*) output of cdrecord --scanbus on my box: linux:/home/wolfi # cdrecord --scanbus Cdrecord 1.11a05 (i686-suse-linux) Copyright (C) 1995-2001 Jörg Schilling Linux sg driver version: 3.1.22 Using libscg version 'schily-0.5' scsibus1: 1,0,0 100) 'SONY ' 'CD-RW CRX175A1 ' '5YS2' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * See the 1,0,0 for the CD-RW _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com