I recently had the pleasure of interviewing some of the guys from the VMware ESXi team.  It was more a Q&A than anything formal, but it was useful for me to try and get a handle on how VMware see how the product has matured.  It was a fairly short discussion, but some of it may be interesting to some people so I thought I would publish it.

Read the rest of this entry

,

So you”ve used DiskPart many times to extend data drives, but are irritated at the limitation of not being able to extend boot partitions.  Well no more, Dell have a utility that can extend all partitions, including boot partitions.

The utility is called ExtPart and can be downloaded here, with the release notes being available here.

It is really simple, just like DiskPart.  After extending the boot volume by adding more disks in the physical world or by extending the vmdk size in the virtual world (see this article for more information) it is a case of a single line in the command prompt.  Simply run ExtPart from the command prompt and type something like:

extpart c: 1024 – where c: is the drive to be extended and 1024 is the value in mb that you wish to extend into.

Genius!

,