Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

This page describes how to increase the size of a VM's hard drive. This is useful if additional space is needed to install large applications.

Create a Full Copy of the Virtual Disk

  • Determine the VMware host the VM is on
  • Shutdown the VM
  • Log in to the VM host via SSH
  • Navigate to the VM's working directory _(under the VM Working Directory Path configured in the VM profile)

...

No Format
/vmfs/volumes/19873c05-fcd3d912/vclv99-77_1846-v14 # vmkfstools -i vmwarewin7-Windows764bit1846-v14-000001.vmdk copy.vmdk -d thin
Destination disk format: VMFS thin-provisioned
Cloning disk 'vmwarewin7-Windows764bit1846-v14-000001.vmdk'...
Clone: 100% done.

Resize the Virtual Disk

Run the following command to resize the virtual disk. The -X argument should specify the total size you want the virtual disk to be, not the amount of space to add to it:

Tip
iconfalse

vmkfstools -X 50G copy.vmdk

Download Gparted Live CD

Download the GParted Live CD ISO image to one of the datastores mounted on the VM host.  The .iso file must reside on one of the datastores in order to be able to mount it on a VM.

Replace the VM's Hard Drive with the Full Copy

After the copy has been created, reconfigure the VM to use the copy of the disk instead of the original linked clone.

  • Open vSphere Client
  • Right-click on the VM and select Edit Settings...
  • Select Hard disk 1
  • Click Remove
  • Click Add...
  • Select Use an existing virtual disk
  • Navigate to the VM's working directory and select the .vmdk corresponding to the full copy of the virtual disk you created earlier (copy.vmdk)

Add a CD Drive to the VM Pointing to the GParted Live CD ISO File

  • Click Add...
  • Select CD/DVD Drive
  • Use ISO image
  • Navigate to the Gparted ISO image you downloaded earlier
  • Make sure Connect at power on is selected

Increase the Power On Boot Delay

It can be difficult to catch the initial boot screen when the VM is powered on in order to press Escape to display the boot menu.  Add a delay:

  • Click on the Options tab
  • Select Boot Options
  • Set the Power On Boot Delay to a few seconds (4000 = 4 seconds)

Use GParted to Reconfigure the Partitions

Simply increasing the size of the virtual disk does not cause the amount of usable space within the VM to increase.  The partitions within the virtual disk need to be reconfigured to use all of the available space.  This cannot be done from the OS of the image stored on the virtual disk.  You must boot the VM using a live CD containing a partition reconfiguration utility.  The GParted Live CD is free and easy to use.

...

  • Select the main partition (should be the largest)
  • Open the Partition menu (use the mouse of press Alt-p if mouse operations are difficult)
  • Select Resize/Move
  • Set New Size (MiB) to the Maximum size listed above in the box
  • Click Resize/Move
  • Open the Edit menu
  • Click Apply All Operations
  • Click Apply
    You should eventually see a message stating All operations successfully completed
  • Click Close
  • Reboot the VM to its hard drive
    If a message appears saying the hard drive needs to be checked for consistency allow the procedure to complete.
  • Once the VM is rebooted, log in to the image and verify the size of the hard drive has been increased

...