Posted On March 31, 2019

VMware Virtual Disk Manager Does Not Expand Partitions

kimconnect 0 comments
blog.KimConnect.com >> Linux , Virtualization >> VMware Virtual Disk Manager Does Not Expand Partitions
If you are using the VMware Virtual Disk Manager included in GSX Server, VMware Server, Workstation, or ACE to expand the size of a virtual disk, and the virtual disk is partitioned, you will need to use a third-party utility to resize the expanded partitions.  This utility would be run from inside the guest operating system.
 
Examples of third-party utilities include:
 
Partition Magic
System Rescue CD https://www.system-rescue.org/
GParted LiveCD https://gparted.org/livecd.php
Partition Logic https://partitionlogic.org.uk/
EASEUS Partition Manager https://www.easeus.com/partition-manager/epm-free.html
Paragon Partition Manager https://www.paragon-software.com/business/partition-manager/
Ranish Partition Manager
7tools Partition Manager
DFSee https://www.dfsee.com/dfsee/index.php
Windows DiskPart utility.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Configuring Virtual Storage Area Networks (VSANs)

NX-OS Overview Source: Storage Area Network (SAN) has been around for ages. During the early…

ESX & Enterasys LAG Configurations

Requirements for ESX and LACP compatibility of Enterasys core switches:1. static LAG2. vlan egress port…

Install MySQL on CentOS 5.2

To install MySQL, we do this:yum install mysql mysql-devel mysql-serverThen we create the system startup…