mkisofs + cdrecord

F

flugopa

Ich würde gern, nachdem ich ein Zusatzverz. in das ISO gelegt habe,
das Verz. wieder zu einer bootfähigen DVD brennen?

Für jeden praktischen Tip wäre ich sehr dankbar.
Wer hat irgendwo ein Skript rumliegen?


Code:
[root@pc1600 ISO]# cat cent-ISO_erstellen.sh 

echo -e "Neues ISO erstellen? [j/N] \c"; read answer
if [ "$answer" = "j" ]; then

[ -f /CentOS_`date +%F`.iso ] && rm -f /CentOS_`date +%F`.iso

echo -e "\n\nErstelle neues ISO\n"
mkisofs -b isolinux/isolinux.bin \
        -c isolinux/boot.cat -V "2009" \
        -J -r -no-emul-boot -boot-load-size \
        4 -boot-info-table -joliet-long \
        -o /CentOS_`date +%F`.iso \
        -hide-rr-moved -R /home/ISO
fi
cdrecord -v dev=2,0,0 /CentOS_`date +%F`.iso


Code:
[root@pc1600 ~]# cdrecord -v -dummy dev=2,0,0 /CentOS_2009-02-12.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 (cpu-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: '2,0,0'
scsibus: 2 target: 0 lun: 0
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c        1.83 04/05/20 Copyright 1997 J. Schilling').
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'TSSTcorp'
Identifikation : 'CD/DVDW SH-S183L'
Revision       : 'SB01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0014
Profile: 0x0015 
Profile: 0x0016 
Profile: 0x002B 
Profile: 0x001B 
Profile: 0x001A 
Profile: 0x0014 (current)
Profile: 0x0013 
Profile: 0x0012 
Profile: 0x0011 
Profile: 0x0010 
Profile: 0x000A 
Profile: 0x0009 
Profile: 0x0008 
Profile: 0x0002 
cdrecord: Found DVD media: using cdr_mdvd.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE 
Supported modes: PACKET SAO
Drive buf size : 1048576 = 1024 KB
FIFO size      : 4194304 = 4096 KB
cdrecord: Drive does not support TAO recording.
cdrecord: Illegal write mode for this drive.
 

Ähnliche Themen

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

xrandr: cant open display

MacBook Pro hat Benutzer-Konten vergessen

Windows clients können nicht mehr auf lange laufendes System zugreifen

Debian squeeze, Webmin, Samba Freigaben

Zurück
Oben