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

Install Remote Desktop on Lubuntu & Wireshark

Update May 2020: Current versions of Ubuntu / Redhat 20.04 contain broken xrdp packages. Thus,…

Configure VPN from AWS to CPE (Juniper Router)

1. Create VPN connection from AWS portal and download the configuration file2. Import the configuration…

How To Use CredSSP to Move Virtual Machines In a Hyper-V Cluster

# Prep on Client $domain='intranet.kimconnect.com' Enable-WSManCredSSP -Role "Client" -DelegateComputer "*.$domain" # Prep on Server Enable-WSManCredSSP…