How to create physical IDE disk in VMware
Yesterday, I’ve tried to install Windows XP in VMware 6.0. I’ve tried to use physical hard disk in VMware. But every time I create, VMware won’t let me choose the option of IDE or SCSI. Instead, it only let me select in SCSI whether I want Bus logic or LSI logic.
So I googled around and found out that I’ve to edit VMware hard disk configuration file manually as follows.
ddb.adapterType = “ide”
ddb.geometry.sectors = “63″
ddb.geometry.heads = “16″
ddb.geometry.cylinders = “16383″
And I delete these lines in VMware config file .vmx.
scsi0.present = “TRUE”
scsi0.virtualDev = “lsilogic”
scsi0:1.present = “TRUE”
scsi0:1.fileName = “disk-2.vmdk”
scsi0:1.deviceType = “rawDisk”
Your config file might not look exactly as mine. But you know what to look and how to change. Any question? You can contact me via contact form or leave a comment.
Reference : VMware forum
Tags:
Related posts:
Leave a comment
Recent Posts
Recent Comments
Tags
Archives
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- November 2009
- July 2009
- May 2009
- April 2009
- January 2009
- October 2008
- September 2008
- August 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- November 2006
- February 2006
- January 2006
- December 2005

