Burning and mounting ISO PDF Print E-mail
User Rating: / 1
PoorBest 
Written by Bart Dorlandt   
Wednesday, 13 July 2005 15:39

Mount Loop ISO file
mount -o loop -t iso9660 filename.iso /mnt/iso


Branden van een aantal bestanden:
$ growisofs -Z /dev/dvd -R -J /some/files
$ growisofs -quiet -Z /dev/dvd -R -J /some/files

DVD-video
$ growisofs -dvd-video -Z /dev/dvd -R -J /some/files
$ growisofs -dvd-compat -dvd-video -Z /dev/dvd=image.iso

BackUP maken met long names en Label van de CD
$ growisofs -Z /dev/dvd -R -J -l -V BackUP11 /data/Backup/Server/

Recording bin/cue-image to CD
$ cdrdao write --device /dev/hda --driver generic-mmc --eject --overburn image.cue

Recording iso-image to CD
$ cdrecord driveropts=burnfree -v dev=/dev/hda image.iso

Blanking CD
$ cdrdao blank --device /dev/hda --driver generic-mmc

Making image from DVD
$ readcd dev=/dev/hda f=newimage.iso

mkisofs options:
-A [Application ID]     // naam van het programma
-no-boot        // "El Torito CD not bootable
-copyright [FILE]    // Specifies the Copyright file name
-dvd-video        // Generate  DVD-Video  compliant  UDF file system
-iso-level        // With level 3, no  restrictions (file-naming)
-J            // Generate Joliet directory records (windows)
-l            // Allow  full  31 character filenames
-o            // Output filename
-publisher [publisher ID]    // Specifies a text string that will be  written  into the  volume header. (publisher of the cdrom)
-p [preparer_id]    Specifies  a  text  string  that will be written into the volume header.
-R            Generate SUSP and RR records using the Rock  Ridge  protocol
-sysid [ID]        // Specifies  the  system  ID
-V [Volume ID]        // Specifies the volume ID (volume name or  label)  to  be  written into  the master block
-volset            // Specifies the volset ID
-x [path]        // Exclude path from being written to CDROM



Bin/Cue maken (audio CD)
$ cdrdao read-cd --read-raw --datafile image.bin --device /dev/hda --driver generic-mmc-raw image.toc

Last Updated on Monday, 16 July 2007 20:46
 


Related items: