|
发表于 2005-2-15 00:09:27
|
显示全部楼层
楼上的朋友已经说得很详细了!
这是SUN提供的步骤说明,你用unzip就可以了的。
General procedure for DVD download
The DVD image is broken into five parts. To create a usable image, you
must:
* download the five component files,
* use a utility that understands the ZIP compression format to
unpack each file,
* use a utility that can verify a file's MD5 checksum to confirm
each file has
been successfully downloaded,
* combine these files into a single file,
* use DVD burning software and hardware to copy the ISO image to disk.
Procedure:
1. Download the following component files (listed with their MD5 check
sums):
sol-10-GA-sparc-dvd-iso-a.zip 92b576383d05695628d15f7f6d8e98ce
sol-10-GA-sparc-dvd-iso-b.zip 5019f6d9ee2dd9194ac8c2cbc16d8f8b
sol-10-GA-sparc-dvd-iso-c.zip aa4eb327b1845ef09a7224167d0a5fa5
sol-10-GA-sparc-dvd-iso-d.zip eeb174a0a63c3c531405ee50f414a659
sol-10-GA-sparc-dvd-iso-e.zip 582813a9f868cf8c403e98706dc4c004
NOTE:
You should verify each file has not been corrupted during its
download via an "mdsum check", which compares your downloaded
file against the checksum of the file on Sun's server. There
are various free utilities to do this available for all popular
operating systems. (In case you're already using a pre-release
version of the Solaris 10 OS, it's worth mentioning that its
built-in "digest" command includes this capability.)
2. Unpack each component file, using a command such as "unzip"
3. Combine the five parts into the DVD image; two examples of how to do
this are given.
For UNIX:
Use the cat command to copy the files in the correct order
into a single file named "sol-10-GA-sparc-dvd-iso.iso"
cat sol-10-GA-sparc-dvd-iso-[abcde] > sol-10-GA-sparc-dvd-iso.iso
For Windows:
Use the Copy command with the /b flag to copy the files in the
correct order into a single file named "sol-10-GA-sparc-dvd-iso.iso"
copy /b sol-10-GA-sparc-dvd-iso-a + sol-10-GA-sparc-dvd-iso-b +
sol-10-GA-sparc-dvd-iso-c + sol-10-GA-sparc-dvd-iso-d +
sol-10-GA-sparc-dvd-iso-e sol-10-GA-sparc-dvd-iso.iso
Just as with the individual components, you should verify the file's md5 checksum:
sol-10-GA-sparc-dvd-iso.iso 74c1ba763880ebcd704ec47b6909b98d
You should now have one image ready to be burned to a DVD.
Use the software that supports your DVD burner to create a DVD using this image file (e.g. Roxio Easy Media Creator on a Windows system or the cdrw utility on a Solaris system). Make sure you use the kind of media supported by your DVD burner. There are DVD-R/DVD-RW as well as DVD+R/DVD+RW recordable DVDs. Not all DVD burners support both. Do not use DVD+R DL (dual layer) discs. |
|