CD-Images mit Solaris brennen

Heute mal was ganz einfaches. Wie brenne ich eine iso Datei unter Solaris?

  • vold stoppen - /etc/init.d/volmgt stop (Mit ps -ef | grep vold kontrollieren ob auch wirklich kein vold mehr läuft)
  • ISO-Image mit md5sum überprüfen (Ich habe von blastwave.org das Paket CSWtextutils installiert.)
/opt/csw/bin/gmd5sum IMAGE.iso
  • mit cdrecord -scanbus herausfinden wo sich der CD-Brenner befindet
root@bfg9000 # cdrecord -scanbus
Cdrecord-Clone 2.01 (i386-pc-solaris2.11)
Copyright (C) 1995-2004 Jörg SchillingWarning: Using USCSI interface.
Using libscg version 'schily-0.8'.
scsibus1:
        1,0,0   100) 'MATSHITA' 'DVD-RAM UJ-845S ' 'D200' 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) *
  • Starten des Brennvorgangs
root@bfg9000 # cdrecord dev=1,0,0 -v IMAGE.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i386-pc-solaris2.11) Copyright (C) 1995-2004 Jörg SchillingTOC Type: 1 = CD-ROM
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Warning: Using USCSI interface.
Using libscg version 'schily-0.8'.
SCSI buffer size: 57344
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'MATSHITA'
Identifikation : 'DVD-RAM UJ-845S '
Revision       : 'D200'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0009
Profile: 0x0012
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A
Profile: 0x0013
Profile: 0x0014
Profile: 0x0011
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009 (current)
Profile: 0x0008
Profile: 0x0002
cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code.
cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO
Drive buf size : 1310720 = 1280 KB
FIFO size      : 4194304 = 4096 KB
Track 01: data   625 MB
Total size:      718 MB (71:08.58) = 320144 sectors
Lout start:      718 MB (71:10/44) = 320144 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type B, low Beta category (B-) (4)
  ATIP start of lead in:  -11768 (97:25/07)
  ATIP start of lead out: 359775 (79:59/00)
Disk type:    Short strategy type (Phthalocyanine or similar)
dex: 64
Manufacturer: MPO
Blocks total: 359775 Blocks current: 359775 Blocks remaining: 39631
Starting to write CD/DVD at speed 8 in real TAO mode for single session.
Last chance to quit, starting real write    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Performing OPC...
Starting new track at sector: 0
Track 01:  625 of  625 MB written (fifo 100%) [buf  99%]   8.5x.
Track 01: Total bytes read/written: 655650816/655650816 (320142 sectors).
Writing  time:  539.396s
Average write speed   8.0x.
Min drive buffer fill was 98%
Fixating...
Fixating time:   37.660s
cdrecord: fifo had 11434 puts and 11434 gets.
cdrecord: fifo was 0 times empty and 11131 times full, min fill was 89%.
  • Starten des vold /etc/init.d/volmgt start

Das wars! Ganz einfach eigentlich, oder?


About this entry