openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks » How To Get Your Dvd/cd To Run In Vmware. Suse10.3 Host.

Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Tips, Tricks & Tweaks Post your tips, tricks and tweaks about SuSE Linux in here. Please do not ask questions here - this is for factual information

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 23-Nov-2007, 09:24
MattB
Guest
 
Posts: n/a
Default

Having just got through loading SUSE 10.3 and copying over my Win 98VM's created under VMware Workstation 5.0, I found that the DVD/CD would not be identified. The reason for this is 10.3 uses a different path to the CD than the one 10.0 used. Previously this was /dev/hdc but now is /dev/sr0.

To fix simply open the .vmx file in a editor and change the file name to reflect the different path.
Code:
ide0:0.present = "TRUE"
ide0:0.fileName = "Windows 98.vmdk"
ide0:0.writeThrough = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/sr0"
ide1:0.deviceType = "cdrom-raw"
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2