o Burned downloaded slackware image: cdrecord:: bash-2.05a# cdrecord -v speed=20 dev=0,0,0 -data /home/flo/slackware/slackware-8.1-iso/slackware-8.1-install.iso Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Linux sg driver version: 3.1.22 Using libscg version 'schily-0.5' atapi: 1 Device type : Removable CD-ROM Version : 0 Response Format: 1 Vendor_info : 'RICOH ' Identifikation : 'CD-R/RW MP7200A ' Revision : '1.02' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : SWABAUDIO Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R Drive buf size : 1359872 = 1328 KB FIFO size : 4194304 = 4096 KB Track 01: data 657 MB Total size: 755 MB (74:48.34) = 336626 sectors Lout start: 755 MB (74:50/26) = 336626 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 6 Is not unrestricted Is not erasable Disk sub type: Medium Type B, low Beta category (B-) (4) ATIP start of lead in: -11625 (97:27/00) ATIP start of lead out: 359849 (79:59/74) Disk type: unknown dye (old id code) Manuf. index: 81 Manufacturer: ILLEGAL OLD CODE: Old Ritek Co.??? Blocks total: 359849 Blocks current: 359849 Blocks remaining: 23223 Starting to write CD/DVD at speed 12 in write mode for single session. Last chance to quit, starting real write in 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. Performing OPC... Starting new track at sector: 0 Track 01: 657 of 657 MB written (fifo 100%). Track 01: Total bytes read/written: 689405952/689405952 (336624 sectors). Writing time: 381.604s Fixating... Fixating time: 22.603s cdrecord: fifo had 10859 puts and 10859 gets. cdrecord: fifo was 0 times empty and 10761 times full, min fill was 89%. o **--> success!!!** Next try: Burn a backup-cd of a prepared dir: o Created an image for burning with mkisofs:: mkisofs -r -o image.iso /backup [...] 98.47% done, estimate finish Tue Jul 16 19:26:57 2002 Total translation table size: 0 Total rockridge attributes bytes: 415 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used 4f24 294512 extents written (575 Mb) o Started burning process with *cdrecord*:: bash-2.05a# cdrecord -v speed=20 dev=0,0,0 -data /backup/backup-020716.iso [...] Performing OPC... Starting new track at sector: 0 Track 01: 575 of 575 MB written (fifo 100%). Track 01: Total bytes read/written: 603160576/603160576 (294512 sectors). Writing time: 334.958s Fixating... Fixating time: 22.496s cdrecord: fifo had 9501 puts and 9501 gets. cdrecord: fifo was 0 times empty and 9417 times full, min fill was 89%. Prepare regular backup o create tar archives from home, etc and other dirs:: tar -zcvf home-flo.tgz /home/flo/ tar -zcvf etc.tgz /etc o create image:: mkisofs -r -o backup-020903.iso /backup o create backup cdrom:: cdrecord -v speed=20 dev=0,0,0 -data /backup/backup-020903.iso Copy cd o copy complete cd on harddisk o create iso filesystem o create cdrom
Die Formattierung stammt von Zope stx, es ist ein Auszug aus meinem ZWiki. Code examples können ua.durch 'Example::' +Leerzeile und dann Einrückung eingeleitet werden. Ich wollte es erstmal nicht komplett umformatieren, sondern sehen, ob es so auch schon geht. Siehe auch: http://openspirit.homelinux.net/noowiki/LinuxHowtoCdWriterReport --FlorianKonnertz,11-02