I recently had the need to resize the virtual disk on the VMWare image. VMWare includes a handy tool for resizing a virtual disk, but of course that doesn't resize the partition on the disk. Partition Magic has long been the tool of choice for this kind of thing, but this time I decided to see if there was anything else "out there". Turns out there is - a utility called
Ntfsresize.
Ntfsresize is actually a Linux command-line utility which is included, along with a fairly easy to use GUI called QTPartEd, on a variety of Linux distributions. In particular, it's included on the
Knoppix LiveCD (at the moment not the absolute latest version of Ntfsresize, but near enough), which means you can boot straight from a CD and resize your partitions without having to install any software at all. The GUI was easy enough that even a Linux novice like me could figure it out. VERY handy, and it worked great on my VM image. Recommended.