Posted On March 31, 2019

VmWare Workstation 6, Linux disk expansion

kimconnect 0 comments
blog.KimConnect.com >> Linux >> VmWare Workstation 6, Linux disk expansion
Run the disk expansion command:
“C:\Program Files\VMware\VMware Workstation\vmware-vdiskmanager” -x 60Gb “D:\My Virtual Machines\Centos 5.2 Test3\Red Hat Enterprise Linux 5 64-bit-cl1.vmdk”

Leave a Reply

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

Related Post

Ubuntu 20.04 Initial Setup

Basic Setup: # Set hostname and ip nmtui # remember to deactive/reactive a connection after…

Install phpMyAdmin in Centos 5.3

# Prerequisite: must install RPMForge Repo prior   yum install httpd php php-mysql php-gd php-mbstring…

Linux: How to Display the SSL Certificate of a Remote Server URL

Command: server=test.kimconnect.comecho | openssl s_client -showcerts -servername $server -connect $server:443 2>/dev/null | openssl x509 -inform…