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

Bash Shell Quick If Then and Case Switch Statements

protocol=udp # or tcp # If-then implementation if [$protocol == udp] then prefix=@ else prefix=@@…

Installing FFMPEG and FFMPEG-PHP

How to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, flv2tool, LAME MP3 Encoder, and Libog from source…

How To Setup ClamAV Antivirus Scanner in Kubernetes

Assumptions: A Kubernetes cluster is already setupThese are installed prior: Helm, MetalLB Load Balancer,A static…