如何使用 Nero 做 Image .



贊助商連結


tedlin
2001-01-08, 05:30 AM
Can nero burn ISO images?
Yes, e. g. the redhat 6.1 ISO image
Proceed as follows:

Start nero
Choose the menu command "File"->"Burn CD image"
Choose as file type: all files (*.*)
Select the ISO image file
Now you will see a dialog, asking you, if you want to supply detailled image parameters. This is necessary, since nero needs to know exactly, what format the image file has to be able to burn it correctly.
Enter the following parameters:
- Mode 1 (assuming, that you created a mode 1 image)
- 2048 bytes per sector (corresponds to a mode 1 sector)
- 0 bytes header and trailer (assuming, the image contains
only "pure" ISO data and no other special header
or trailer)
- no swapping or scrambling (assuming, that the file contains bytes in the correct order to be written without word swapping)
Click on "burn" and (for safety considerations) use an empty cdr.
This procedures relies upon the assumption, that you have a
"normal" ISO mode 1 image file. You can check this, by opening the image with a hex editor (maybe UltraEdit, because this prog doesn't try to read the entire image into memory (after setting the read-only flag) and look at offset 8000 hex (this corresponds to sector 16, where the ISO [p]rimary [v]olume [d]descriptor is stored on cd). If you see some text like "CD001" (the PVD magic), then burning with the above procedure should work fine.