Converting a virtual IDE disk to a virtual SCSI disk

简介:  在开始用VM VCENTER CONVERTER将物理机转换成虚拟机时,P2V, 那么硬盘的类型可能会是IDE,而不是更新的LSILOGIC。 不能增加硬盘容量,更别说减小了。(减少好费时间,我曾想减小一个850G的虚拟IDE硬盘,怕太影响生产环境,放弃了) VM WARE官方提供了解决办法: http://kb.
 在开始用VM VCENTER CONVERTER将物理机转换成虚拟机时,P2V,
那么硬盘的类型可能会是IDE,而不是更新的LSILOGIC。
不能增加硬盘容量,更别说减小了。(减少好费时间,我曾想减小一个850G的虚拟IDE硬盘,怕太影响生产环境,放弃了)
VM WARE官方提供了解决办法:
关键布置很简单:
  1. Locate the datastore path where the virtual machine resides.
    For example: # cd /vmfs/volumes/<datastore_name>/<vm_name>/
  2. From the ESX Service Console, open the primary disk (.vmdk) using the vi editor. For more information, see  Editing files on an ESX host using vi or nano (1020302)
  3. Look for the line:
    ddb.adapterType = "ide"
  4. To change the adapter type to LSI Logic change the line to: ddb.adapterType = "lsilogic"
    To change the adapter type to Bus Logic change the line to:
    ddb.adapterType = "buslogic"
  5. Save the file.
  6. From VMware Infrastructure/vSphere Client:
    1. Click Edit Settings for the virtual machine.
    2. Select the IDE virtual disk.
    3. Choose to Remove the Disk from the virtual machine.
    4. Click OK.
      Caution: Make sure that you do not choose delete from disk.
  7. From the Edit Settings menu for this virtual machine:
    1. Click Add > Hard Disk > Use Existing Virtual Disk.
    2. Navigate to the location of the disk and select to add it into the virtual machine.
    3. Choose the same controller as in Step 3 as the adapter type. The SCSI ID should read SCSI 0:0.
  8. If a CDROM device exists in the virtual machine it may need to have the IDE channel adjusted from IDE 0:1 to IDE 0:0. If this option is greyed out, remove the CD-ROM from the virtual machine and add it back. This sets it to IDE 0:0.
目录
相关文章
|
2月前
|
网络协议 IDE 网络安全
GoLand远程开发IDE:使用SSH远程连接服务器进行云端编程
GoLand远程开发IDE:使用SSH远程连接服务器进行云端编程
93 0
|
5月前
|
IDE Go 开发工具
Go开发IDE全览:GoLand vs VSCode全面解析
Go开发IDE全览:GoLand vs VSCode全面解析
200 0
|
6月前
|
IDE Linux 开发工具
GoLand IDE 2023 快捷键大全:提高开发效率的必备操作
GoLand IDE 2023 快捷键大全:提高开发效率的必备操作
153 0
|
3月前
|
IDE 前端开发 搜索推荐
5款超好用的在线IDE,媲美vscode,可以直接编写前端构建化项目,而无需在本地下载依赖包,非常适合学习、demo、原型开发
5款超好用的在线IDE,媲美vscode,可以直接编写前端构建化项目,而无需在本地下载依赖包,非常适合学习、demo、原型开发
80 0
|
4月前
|
IDE 开发工具
微信IDE开发过程,提示上传云函数 lbs_server 失败
微信IDE开发过程,提示上传云函数 lbs_server 失败
微信IDE开发过程,提示上传云函数 lbs_server 失败
|
6月前
|
IDE 开发工具 git
高效开发:掌握主流IDE与版本控制系统
高效开发:掌握主流IDE与版本控制系统
67 0
|
12月前
|
传感器 网络协议 IDE
【基于Arduino IDE平台开发ESP8266连接巴法云】
【基于Arduino IDE平台开发ESP8266连接巴法云】
1833 0
|
10月前
|
IDE NoSQL 编译器
Vscode搭建开发调试STM32/RISC-V环境IDE(最全面)
Vscode搭建开发调试STM32/RISC-V环境IDE(最全面)