[geekville.wordpress.com]

All things geeky!!

Archive for February 21st, 2008

Running Linux apps in Windows

Posted by technonerd on February 21, 2008

Posted in ESX Server, vm | Leave a Comment »

ESX Server – Expanding VM boot partition

Posted by technonerd on February 21, 2008

Good article here.  Basically:

  1. Shut down vm
  2. Log onto ESX host via putty
  3. Navigate to folder that vm files are in (/vmfs/volumes//
  4. vmkfstools -X g .vmdk  (this will increase the size of the boot partition)
  5. Boot vm
  6. Shutdown vm cleanly
  7. Attach gparted.iso to CD rom of VM
  8. Boot vm
  9. Resize boot partition (this will resize NTFS volume to fill expanded partition)
  10. Save
  11. Shutdown
  12. Remove gparted.iso from CD
  13. Reboot vm

Posted in ESX Server, vm | Leave a Comment »