RHEL P2V: Old Way and New Way
Most of this was taken from this site: http://conshell.net/wiki/index.php/Linux_P2V Up front work Determine exactly what you’re doing, and the resources you’ll need on the VMware side. as root: sfdisk -s /dev/hda: 39070080 total: 39070080 blocks To find the size in GB, divide by 1024 twice. 39070080/1024/1024 = 37.260 GB Partition layout - know exactly the partitions, sizes and FS types. This can be gleaned from the output of `fdisk -l /dev/sda` and the content of /etc/fstab....