Quote:
Originally posted by statlc: I am having the exact same problem. ( wont open xpdf package on Disc2 - while using VMware) a friend gave me his retail CD's so I didnt have to download it.
but Basically,
I need to know how to mount a virtual drive for the ISO images.
Can someone please explain. Should I copy the Red Hat installation cd's onto my hard drive and have VMware read it from there? how?
thanks alot |
* I believe that most CD Burning Software can write an "image" or an ISO instead of burning an actual CD. Nero Burning Rom can do this and this is what their help says about it:
Processing of an image file consists of two independent steps.
1. In the first step, the image file is created and saved as a file instead of being written immediately onto a CD.
2. In the second step, this image file is written onto a CD.
1. Select Image Recorder from the CD-RECORDER> Choose Recorder menu and confirm your selection by clicking on OK.
2. Create, for example, a CD-ROM (ISO) or an Audio-CD compilation.
3. Open the Write dialog. The easiest way to do this is to click on the Write CD icon in the toolbar You will then go to the Write CD dialog box, which will undoubtedly look familiar to you: it is the same box which you saw for the creation of a new compilation, only now the Burn property sheet is shown on the top. You will see several boxes, some of which are already selected. Determine maximum speed and Simulate are already selected. In the case of an image file, however, it is enough to only select the Write box. You can deactivate the other steps by clicking on them.
4. You may now check over all of the settings on this and the other property sheets and make any necessary changes.
5. You may now confirm your selections by clicking on the Write button. The Save Image File dialog box opens. Here, you can enter a file name for the image file. The files of your compilation will be written into this file. In other words, you need as much space for the image file as the total size of the files of the compilation.
* Once you know where that ISO is saved at, and the name, then you can supply that to VMWARE as a virtual CD ROM drive.
You can even do this in middle of an installation of Linux while the virtual machine you are installing into is already running. (You can switch back and forth between ISO virtual drive and actual CD ROM hardware drive.
1.) Make your ISO, as described above...
2.) Start the virtual machine and proceed with Disk 1 of your installation, and continue until the CD where you have the problem. (Then you're going to switch it for the ISO image).
3.) In Vmware, click "Edit, Virtual Machine Settings" (or press Ctrl+D). Click on the CD ROM in the Device List to highlight it, on the right click on the Use ISO Image. Then click the "Browse" button and point it to your ISO image.
When the installation is having trouble, hit ENTER or click to Try again ... and this time Vmware will be accessing the ISO image.
(This worked for me on Fedora Disk #2 problem. And the installation proceeded perfectly normally. I was able to go back into the Virtual Machine settings again, when the Installation asked for Disk #3, and change back to the actual CD ROM drive and insert actual Disk #3. The installation completed successfully.)
Alternatively you can make an ISO image under an actual running Linux (assuming you have one) using the DD command.
See:
http://linux.bryanconsulting.com/stories/storyReader$170
dd if=/dev/cdrom of=cd.iso (or whatever name you want <linux-2.iso, or such)
Or you can extract files from CD to a directory on Linux, e.g. "Disk2" and make an iso from there with
mkisofs -o Disk2.iso Disk2/
There is also a thing called WinISO
http://www.winiso.com/
(I've never used this, but says it can make an ISO image.)