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

LAMPP: Change Apache Listening Port

Change Apache listening port:vim /opt/lampp/etc/httpd.confEdit line:Listen 80 (change to 8888)OPEN port 8888:vim /etc/sysconfig/iptables-A RH-Firewall-1-INPUT -m…

How to Create USB Bootable Drive on Ubuntu

Navigate to Start Menu > System Tools > Startup Disk Creator Verify that the Source…

Linux: How to create samba shares for Windows

Install Samba: yum install samba   SELinux:  setsebool -P samba_enable_home_dirs 1   Run the utility…