Increasing the disk size on a Virtual Machine.
search cancel

Increasing the disk size on a Virtual Machine.

book

Article ID: 344854

calendar_today

Updated On:

Products

VMware VMware Desktop Hypervisor VMware vCenter Server VMware vSphere ESXi

Issue/Introduction

This article provides information on increasing the size of a virtual disk (VMDK). This procedure is necessary to accommodate data requirements that have changed since the creation of the virtual disk.

Environment

VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x

 

Resolution

Important information before you begin

Even though this article provides steps to increase the size of a virtual disk (VMDK), the size of the disk partition does not increase as observed inside the guest operating system. Please follow steps related to the specific operating system to increase the size of the disk partition(s).

For more information, see Increasing the size of a disk partition.
 
Caution: VMware recommends that valid virtual machine backups are taken before increasing the size of virtual disks.
 
The procedure for increasing the size of a virtual disk differs between VMware products. Follow the section below that matches the product in use.
 
In all cases, confirm these before increasing the size of the virtual disk:
Note: In ESX 4.1, virtual disks can be added to or extended on a virtual machine when it is powered on (after installing VMware Tools).
 

Instructional Notes: About File Names

Replace any reference to vm.vmdk in the commands with the full path to the virtual machine's virtual disk.

Note: If there are multiple .vmdk files with the same base name, use the file that does not include -flat or -s0 in its file name.

It may be necessary to:

Workstation / Player / ACE Manager / Server / GSX

To increase the virtual disk from the command line:

  1. Open a command prompt. 
  2. Navigate to the product's installation directory. For more information, see Locating the installation directory of a VMware product.
  3. Type vmware-vdiskmanager -x 100Gb vm.vmdk and press Enter.

    Note: Replace 100Gb with the desired actual size of virtual disk. This value can also be specified in Kb and Mb.
     
  4. Follow the steps in Increasing the size of a disk partition so the guest operating system is aware of the change in disk size.
For Workstation 7 and later and Player 3.x and later, use the GUI to increase the virtual disk:
  1. Select the virtual machine from the Inventory.
  2. Click Edit Virtual Machine Settings.
  3. Click Hard Disk.
  4. Click Utilities > Expand, enter the new size, then click Expand.
  5. Complete the steps in Increasing the size of a disk partition, so that the guest operating system is aware of the change in disk size.

VMware Player 2.x / ACE Instance

It is not possible to directly change the size of a virtual machine's virtual disk if VMware Player 2.x is being used or if it is an ACE Instance.
  • If using an ACE Instance, the virtual disk size must be changed from the ACE Manager, then repackaged and redeployed.
  • If using VMware Player's 2.x, upgrade to VMware Player 3. 

ESX / VI Client / vSphere

Notes:
  • In ESX 4.1, virtual disks can be added to or extended in a virtual machine when it is powered on (after installing VMware Tools).
  • Ensure the user has sufficient permissions to carry out this task.
     
  • Warning: If the disks are clustered, they cannot be expanded through vSphere Client but instead through CLI.

    Please use this command as an example:

    # vmkfstools -X 6G -d eagerzeroedthick vm.vmdk
Note: For more information on using vmkfstools commands, see Cloning and converting virtual machine disks with vmkfstools.
 
This error may occur because of a number of different issues:
 
Failed to open the disk 'vm.vmdk' : A file was not found (0x1900000004)

If this error is received, ensure that virtual machine was powered on successfully and ensure that all snapshots are removed. For additional information, see Finding and listing virtual machine snapshots. If the error persists, contact VMware Support.
 
 
For ESXi 6.5 or later:
  1. Open VMware vSphere Client or ESXi host client.
  2. Right-click the virtual machine.
  3. Click Edit Settings.
  4. Select Hard Disk.
  5. Increase the size of the disk.

    Note: If this option is greyed out, the disk may be running on snapshots or the disk may be at the maximum allowed size depending on the block size of the datastore.
     
  6. Follow the steps in Increasing the size of a disk partition so the guest operating system is aware of the change in disk size.

For further details on Virtual Disk Configuration, see the vSphere Virtual Machine Administration Guide.

Note: Increasing the size of an IDE virtual disk using the vSphere Client is not supported. SCSI virtual disks are the only supported disk that can be expanded via the vSphere Client.

Lab Manager

Warning: Any attempt to resize a configuration's virtual disk in Lab Manager results in total data loss. Do not attempt to resize the virtual disk. Create a new virtual machine with a virtual disk of the size desired. When you have completed creating a new virtual machine, create a backup of the virtual machine from within the guest and then restore the backup to the newly created virtual machine.
 
Note: This procedure applies to templates only. Do not attempt to resize a configuration.
  1. Open Lab Manager.
  2. Consolidate and then deploy the template to be resized.
  3. Connect to the ESX host where the template was deployed using VI Client.
  4. Perform the disk resize according to the ESX section above.
  5. Follow the steps in Increasing the size of a disk partition so the guest operating system is aware of the change in disk size.



Additional Information