On Wed, 23 Jan 2002, Kenneth McLean wrote: > We have a machine running Win2K with vmware, with RH72 as the "guest" > operating system. When running RH72 it sees the CDRW (win drive E:) > as an EIDE CDROM, it does not see the CDROM (win drive F:). cdrecord > -scanbus only sees the virtual disk. I have added the ide-scsi module > on pure RH72, does it work in the vmware environment? > > I am also at a loss how to get both CD's to be visible . > > And, finally, how do you mount an iso image as a disk, I tried > > mount -t iso9660 /loc/image.iso /cdvirtual -o loop=/dev/loop5,block=512 > > I played around with the blocksize. I could actually see the files > on the iso image, but any attempt to copy them resulted in an error.
I use -o ro,loop on mounts, and let the system pick the device and blocksize. Works for me... I believe that the vmware config sets the max number of devices you can see, but I haven't played with it in a while. The -scanbus is doing a SCSI scan I thought, I'm not sure why it sees your EIDE at all, but did you boot with hde-ide-scsi as a boot option, so the drive doesn't get attached to the IDE driver? I know, you knew that... -- -bill davidsen ([EMAIL PROTECTED]) "The secret to procrastination is to put things off until the last possible moment - but no longer" -me -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

