|
How to resize a virtual machines system partition (Windows) |
- VM01 - the virtual machine that requires disk resize
- VM02 - a second virtual machine with same O/S to assist with resize
- Turn off the virtual machine (VM01)
- Attach the disk of this virtual machine (VM01) to another virtual machine (VM02)
- Edit the VMware settings of VM02 and click "Add"
- Select "Hard Disk" and click "Next"
- Select "Use an existing virtual disk"
- Browse to locate the "vmdk" file of VM01
- Click "Next" until "Finished"
- Click "OK" to apply the changes
- Edit the VMware settings for VM02 and under "Hardware" click the new Hard Disk
- Increase the size of the hard disk by entering the new amount under "New Size"
- Click "OK" to apply the changes
- On VM01, go into device manager and perform a scan to detect new changes
- Open "Disk Management" to confirm the new disk is available
- Assign a drive letter to the new disk
- Open a command prompt go into diskpart:
C:\> diskpart
- Type:
C:DISKPART> list volume
- Type:
C:DISKPART> select volume <volume number>
- Type:
C:DISKPART> extend
- Shutdown VM02
- Removed the hard disk from VMware settings
- Power on VM02
- Done!
|