Wednesday, August 18, 2010

How to concatenate/merge Solaris 10 DVD image segments


Here's an example how to merge segments in Unix or Unix like systems:

[sa@ispros.com.bd ]$ cat sol-10-u8-ga-sparc-dvd-iso-a sol-10-u8-ga-sparc-dvd-iso-b > \
sol-10-GA-sp-dvd.iso


In Windows system, concatenate the files using the following command:

D:\> copy /b sol-10-u8-ga-x86-dvd-iso-a + sol-10-u8-ga-x86-dvd-iso-b \
sol-10-u8-ga-x86-dvd.iso

The result is a true ISO image that you can use to burn a DVD.
Use software like Nero or MagicISO to burn the DVD in Windows.

No comments:

Post a Comment