Description: Using the operations of the VMware ESXi virtualization solution, you probably have a problem with the lack of virtual machine disk space and how to expand disk space? windows2008 system can be directly in the disk Management, directly right-click expansion, but the win2003 system, need to use the command to expand, the following mainly describes how the command is used. The entire operating procedure does not require a server restart.
Example: a virtual machine e disk space 1T, is full, now to expand to 1.5T.
Method:
1. Open vcenter, select VM, select Edit settings, adjust e disk from 1T to 1.5T
2. In the VM, go to Disk Management, you can see that Disk 1 has become 1.5T, but the following 500GB is not assigned to the E disk;
3. Go to cmd mode, enter DiskPart, return;
Diskpart>select volume E ; Refers to the hard disk to be enlarged;
Diskpart>extend
Diskpart>exit
Lists the common commands under DiskPart.
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/7E/A2/wKiom1cF3Gzxgpu8AAKIMLUwY4A031.jpg "title=" 3e264269-eff3-41e8-9be4-fc813a948a86.jpg "alt=" Wkiom1cf3gzxgpu8aakimluwy4a031.jpg "/>
This article is from the "Technical Achievement Dream" blog, please be sure to keep this source http://pizibaidu.blog.51cto.com/1361909/1761248
How to extend ESXi virtual machine disk capacity