Posts

Showing posts from November, 2015

Featured Post

The Non Traditional Way to clone from Linux/Ubuntu Desktop/Laptop to VM VMware Workstation.

 The Non Traditional Way to clone from Linux/Ubuntu Desktop/Laptop to VM  VM = VMware Workstation. Reason :  I tried CloneZilla or Traditional DD commands. it was taking lot of time and was confusing. The method shown here is working for me. It may or may not for you. Steps :  1 - Create same version OS VirtualMachine on VMware workstation. this will create : fat32 - boot ext4 - OS image partition. 2 - Go to the system you want to clone ( having same version ) boot from live cd or USB boot into live cd. Reason : we need to unmount the HDD/ partition. use Gparted copy the ext4 partition from Laptop/desktop and paste it on the pendrive partition. i had created ext4 partition on the pendrive. so i did ext4 to ext4 . 3 - Boot VirtualMachine with live cd , copy the same disk ext4 files to the ext4  partition on the VM OS, by booting into live version on VM.not on regular boot. To boot into live version , you need to use few softwares 1 - Live CD as iso or live cd. 2 - Boot order setup optio

VMware - Which company is best in Virtualization?

Image
Few companies who are into Virtualization : VMware  Citrix 

VMware - Basics about Virtualization

Image
1) What is virtualization ? Virtualization refers to the act of creating a virtual version of something. It can apply to Computer hardware platforms , operating systems , storage devices , applications or computer network resources. Server virtualization is at the heart of the Virtualization .Virtualization uses software to simulate the existence of hardware and create a virtual computer system. Full_Screen  2) Why virtualization ? Virtualization lets you run multiple virtual servers or desktops on a single physical machine (host), sharing the resources of that single computer across multiple environments. Full_Screen

Popular posts from this blog

VMware - Tools for Monitoring VMware and Microsoft Hyper-V - Part 1

VMware - Tools for Monitoring VMware and Microsoft Hyper-V - Part 7