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

Linux Bash Shell Command to Download and Install an App

# Set file path variable vagrantFile=https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.deb # Download and install a Debian based file fileName="${vagrantFile##*/}"…

How to configure Ubiquiti EdgeRouter to send logs to a Syslog Server

Method 1: using text editor # Edit the syslog config sudo vi /etc/rsyslog.d/vyatta-log.conf # Change…

An Issue with RSA Key On CentOS 8

Error message seen by checking SSH Daemon status: [root@linux1 testadmin]# service sshd statusRedirecting to /bin/systemctl…