Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


create_dvd_.iso_from_.iso_on_multiple_cds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
create_dvd_.iso_from_.iso_on_multiple_cds [2008/01/30 21:58] – created juckinscreate_dvd_.iso_from_.iso_on_multiple_cds [2015/01/04 12:03] (current) juckins
Line 1: Line 1:
 ======Creating a dvd .iso from multiple .iso images====== ======Creating a dvd .iso from multiple .iso images======
-This is helpful if you have 4 CD .isos (like an operating system distribution of CD 1 of 4, 2 of 4, 3 of 4, and 4 of 4 and you want just one .iso file on a single DVD disc for convenience purposes. \\+This is helpful if you have 4 CD .isos (like an operating system distribution of CD 1 of 4, 2 of 4, 3 of 4, and 4 of 4and you want just one .iso file on a single DVD disc for convenience purposes. \\
  
-Put all .iso files into 1 temporary directory by using: \\+Create the separate .iso files and put them into 1 temporary directory by using:
 <code> <code>
 dd if=/dev/cdrom of=filename.iso dd if=/dev/cdrom of=filename.iso
 </code> </code>
-check creation is okay with sum -r /dev/cdrom and sum -r <filename.iso> +check creation is okay with
-copy make.dvdiso.sh into that directory, and call like this: +<code> 
-./make.dvdiso /dir/path filename.iso +sum -r /dev/cdrom 
-that creates the file, now burn with roxio!+sum -r <filename.iso> 
 +</code> 
 + 
 +Now copy [[http://juckins.net/sysadmin/scripts/make.dvdiso.bash.txt|make.dvdiso.bash]] into that directory, and call it like this (use the 'export' command if the script has .bash extension?): 
 +<code> 
 +export _POSIX2_VERSION=199209 
 +./make.dvdiso /iso/dir/path output_image_name.iso 
 +</code> 
 +that creates the .iso file. \\ 
 +Now you can burn it to DVD using other software, such as Roxio, Nero, or Sonic.
create_dvd_.iso_from_.iso_on_multiple_cds.1201748335.txt.gz · Last modified: 2008/01/30 21:58 by juckins