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

Hyper-V UEFI Error: The Image’s Hash and Certificate are Not Allowed (DB)

Symptom: Cause: Secure Boot has been enabled on this generation 2 guest virtual machine. This…

Adding Repositories in Centos 5.3

yum install yum-priorities vim /etc/yum/pluginconf.d/priorities.conf ---- [main] enabled=1 ----   Install RPMForge: cd /home wget…

Install Apache2 with PHP and Ruby on CentOS 5.2

yum install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc curl curl-devel perl-libwww-perl…